summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-01-29 12:04:55 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2013-01-29 12:04:55 +0200
commit64cca12622f0bb2f2aae6c9a841f7b4f900cd192 (patch)
tree85bdd6fc2925be8ecb4d5c3c5486d1dbf467ae2d
parent74e449fe6adb45ae08a8cf11cd1b2668d3476326 (diff)
downloadcpython-git-64cca12622f0bb2f2aae6c9a841f7b4f900cd192.tar.gz
Move NEWS entity from library to core section.
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c66cffbec1..89cf9d39c1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,8 @@ What's New in Python 2.7.4
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.
@@ -200,8 +202,6 @@ Core and Builtins
Library
-------
-- Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
-
- Issue #17051: Fix a memory leak in os.path.isdir() on Windows. Patch by
Robert Xiao.