diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-29 10:07:03 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-29 10:07:03 (GMT) |
commit | 6de7099165691a7c5f64f052fe8c096471096b17 (patch) | |
tree | a9f5524dc99ba64d94059b939fadf8641b92d8ae | |
parent | 7b07873b932a0ae41b8e1fcef28fa8ec991e0637 (diff) | |
parent | 1e49dde2d929646f172fc7fa46374e7029d7c4fc (diff) | |
download | cpython-6de7099165691a7c5f64f052fe8c096471096b17.zip cpython-6de7099165691a7c5f64f052fe8c096471096b17.tar.gz cpython-6de7099165691a7c5f64f052fe8c096471096b17.tar.bz2 |
Move NEWS entity from library to core section.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 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 |