Move NEWS entity from library to core section.
This commit is contained in:
parent
c9c4338e2b
commit
a97c57c8fd
@ -10,6 +10,8 @@ What's New in Python 3.2.4
|
|||||||
Core and Builtins
|
Core and Builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
- Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
|
||||||
|
|
||||||
- Issue #13886: Fix input() to not strip out input bytes that cannot be decoded
|
- Issue #13886: Fix input() to not strip out input bytes that cannot be decoded
|
||||||
using the locale encoding. Also fix sporadic failures in test_builtin due to
|
using the locale encoding. Also fix sporadic failures in test_builtin due to
|
||||||
dependence on whether the readline module has previously been imported.
|
dependence on whether the readline module has previously been imported.
|
||||||
@ -214,8 +216,6 @@ Core and Builtins
|
|||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
- Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
|
|
||||||
|
|
||||||
- Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
|
- Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
|
||||||
interface and support all mandatory methods and properties.
|
interface and support all mandatory methods and properties.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user