[Python-checkins] r70434 - python/branches/py3k/Misc/NEWS

mark.dickinson python-checkins at python.org
Tue Mar 17 19:15:08 CET 2009


Author: mark.dickinson
Date: Tue Mar 17 19:15:08 2009
New Revision: 70434

Log:
Move Misc/NEWS item to the right place.


Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Tue Mar 17 19:15:08 2009
@@ -21,6 +21,9 @@
 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 @@
 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.
 


More information about the Python-checkins mailing list