mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Move NEWS entity from library to core section.
This commit is contained in:
commit
6de7099165
1 changed files with 2 additions and 2 deletions
|
|
@ -10,6 +10,8 @@ What's New in Python 3.4.0 Alpha 1?
|
|||
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
|
||||
using the locale encoding. Also fix sporadic failures in test_builtin due to
|
||||
dependence on whether the readline module has previously been imported.
|
||||
|
|
@ -234,8 +236,6 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
|
||||
|
||||
Have py_compile use importlib as much as possible to avoid code duplication.
|
||||
|
||||
- Issue #180022: Have site.addpackage() consider already known paths even when
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue