summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-03-17 18:15:08 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-03-17 18:15:08 (GMT)
commit9c59fe0714b239939f2f5201ef22ce0341fb159f (patch)
tree56f0fe8ba104f24ebb8ef3e57d1cabf8ef09a67e
parentad41634313b291298935ff1b7044fc95d86da2be (diff)
downloadcpython-9c59fe0714b239939f2f5201ef22ce0341fb159f.zip
cpython-9c59fe0714b239939f2f5201ef22ce0341fb159f.tar.gz
cpython-9c59fe0714b239939f2f5201ef22ce0341fb159f.tar.bz2
Move Misc/NEWS item to the right place.
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bae6e78..0c2236e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.