[Python-checkins] cpython (2.7): Move NEWS entity from library to core section.

serhiy.storchaka python-checkins at python.org
Tue Jan 29 11:09:56 CET 2013


http://hg.python.org/cpython/rev/9137e2d1c00c
changeset:   81821:9137e2d1c00c
branch:      2.7
parent:      81817:1d21f6be1b58
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Tue Jan 29 12:04:55 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
@@ -9,6 +9,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.
 
@@ -200,8 +202,6 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list