]> granicus.if.org Git - python/commitdiff
Move Misc/NEWS item to the right place.
authorMark Dickinson <dickinsm@gmail.com>
Tue, 17 Mar 2009 18:15:08 +0000 (18:15 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 17 Mar 2009 18:15:08 +0000 (18:15 +0000)
Misc/NEWS

index bae6e78c72eb36b38a01afb9c7a9bcc284a9eaf0..0c2236e40a29cc9227ca0b2b7cff993351d8b19d 100644 (file)
--- 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.