summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-01-29 10:06:28 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-01-29 10:06:28 (GMT)
commit1e49dde2d929646f172fc7fa46374e7029d7c4fc (patch)
treec7a5f793095830a127f7c730867b424522e2f1b3 /Misc
parent799fd9c8774781ba94cc4656bab443a28b17bcce (diff)
parenta97c57c8fdb5d91771635633f081f5150eb101c5 (diff)
downloadcpython-1e49dde2d929646f172fc7fa46374e7029d7c4fc.zip
cpython-1e49dde2d929646f172fc7fa46374e7029d7c4fc.tar.gz
cpython-1e49dde2d929646f172fc7fa46374e7029d7c4fc.tar.bz2
Move NEWS entity from library to core section.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f886005..7ffc3f7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.3.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.
@@ -162,8 +164,6 @@ Core and Builtins
Library
-------
-- Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
-
- Issue #1602133: on Mac OS X a shared library build (``--enable-shared``)
now fills the ``os.environ`` variable correctly.