mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Move Misc/NEWS item to the right place.
This commit is contained in:
parent
ad41634313
commit
9c59fe0714
1 changed files with 3 additions and 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue