[Python-checkins] cpython: Move NEWS entry to the right section.

ezio.melotti python-checkins at python.org
Wed May 1 15:13:58 CEST 2013


http://hg.python.org/cpython/rev/9af3f6af9a71
changeset:   83582:9af3f6af9a71
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Wed May 01 16:13:45 2013 +0300
summary:
  Move NEWS entry to the right 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
@@ -10,8 +10,6 @@
 Core and Builtins
 -----------------
 
-- Issue #14679: add an __all__ (that contains only HTMLParser) to html.parser.
-
 - Issue #17853: Ensure locals of a class that shadow free variables always win
   over the closures.
 
@@ -62,6 +60,8 @@
 Library
 -------
 
+- Issue #14679: add an __all__ (that contains only HTMLParser) to html.parser.
+
 - Issue #17358: Modules loaded by imp.load_source() and load_compiled() (and by
   extention load_module()) now have a better chance of working when reloaded.
 

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


More information about the Python-checkins mailing list