Move NEWS entity from library to core section.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Jan 2013 10:04:55 +0000 (12:04 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Jan 2013 10:04:55 +0000 (12:04 +0200)
Misc/NEWS

index c66cffbec12376a34bd1fddb6c912c429f4f7130..89cf9d39c1833dc743ab63e5f0fa750136c9e04b 100644 (file)
--- 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.