diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-03-17 18:15:08 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-03-17 18:15:08 (GMT) |
commit | 9c59fe0714b239939f2f5201ef22ce0341fb159f (patch) | |
tree | 56f0fe8ba104f24ebb8ef3e57d1cabf8ef09a67e | |
parent | ad41634313b291298935ff1b7044fc95d86da2be (diff) | |
download | cpython-9c59fe0714b239939f2f5201ef22ce0341fb159f.zip cpython-9c59fe0714b239939f2f5201ef22ce0341fb159f.tar.gz cpython-9c59fe0714b239939f2f5201ef22ce0341fb159f.tar.bz2 |
Move Misc/NEWS item to the right place.
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,6 +21,9 @@ Core and Builtins Library ------- +- Fix Decimal.__format__ bug that swapped the meanings of the '<' and + '>' alignment characters. + - The error detection code in FileIO.close() could fail to reflect the `errno` value, and report it as -1 instead. @@ -206,9 +209,6 @@ Core and Builtins Library ------- -- Fix Decimal.__format__ bug that swapped the meanings of the '<' and - '>' alignment characters. - - Issue #1222: locale.format() bug when the thousands separator is a space character. |