diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-03-17 23:03:46 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-03-17 23:03:46 (GMT) |
commit | 277859d5910782cc31bb27f2472893b8382ad391 (patch) | |
tree | 1992a663205d997ba06db1113284828d6a1654c0 /Misc | |
parent | ed3558b3343d3af563829693483b28a4003711c8 (diff) | |
download | cpython-277859d5910782cc31bb27f2472893b8382ad391.zip cpython-277859d5910782cc31bb27f2472893b8382ad391.tar.gz cpython-277859d5910782cc31bb27f2472893b8382ad391.tar.bz2 |
Issue #2110: Add support for thousands separator and 'n' format specifier
to Decimal __format__ method.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -174,6 +174,9 @@ Core and Builtins Library ------- +- Issue #2110: Add support for thousands separator and 'n' type + specifier to Decimal.__format__ + - Fix Decimal.__format__ bug that swapped the meanings of the '<' and '>' alignment characters. |