[Python-checkins] cpython (merge 3.2 -> 3.3): Move NEWS entity from library to core section.
serhiy.storchaka
python-checkins at python.org
Tue Jan 29 11:09:59 CET 2013
http://hg.python.org/cpython/rev/cbada2ea6dd3
changeset: 81823:cbada2ea6dd3
branch: 3.3
parent: 81819:0f5fc998d278
parent: 81822:e558adb2ebaa
user: Serhiy Storchaka <storchaka at gmail.com>
date: Tue Jan 29 12:06:28 2013 +0200
summary:
Move NEWS entity from library to core section.
files:
Misc/NEWS | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
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 @@
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.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list