Mercurial > p > roundup > code
diff CHANGES.txt @ 6832:234fefd7568a
issue2550559 - Pretty printing / formatting for Number types.
add pretty(format='%0.3f') method to NumberHTMLProperty.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 16 Aug 2022 22:39:04 -0400 |
| parents | 3f60a71b0812 |
| children | 5129fc03dc1f |
line wrap: on
line diff
--- a/CHANGES.txt Tue Aug 16 18:31:09 2022 -0400 +++ b/CHANGES.txt Tue Aug 16 22:39:04 2022 -0400 @@ -37,6 +37,10 @@ pip, setting UID tracker is run under. (John Rouillard) - issue2551140 - Added redis as a session and otk database for use with anydbm and sqlite primary databases. (John Rouillard) +- issue2550559 - Pretty printing / formatting for Number types. + Added pretty(format='%0.3f') method to NumberHTMLProperty to + print numeric values. If value is None, return empty string + otherwise str() of value. 2022-07-13 2.2.0
