From: Mark Dickinson Date: Tue, 17 Mar 2009 18:15:08 +0000 (+0000) Subject: Move Misc/NEWS item to the right place. X-Git-Tag: v3.1a2~259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c59fe0714b239939f2f5201ef22ce0341fb159f;p=python Move Misc/NEWS item to the right place. --- diff --git a/Misc/NEWS b/Misc/NEWS index bae6e78c72..0c2236e40a 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.