]> granicus.if.org Git - python/commitdiff
Move NEWS entry to the right section.
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 1 May 2013 13:13:45 +0000 (16:13 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Wed, 1 May 2013 13:13:45 +0000 (16:13 +0300)
Misc/NEWS

index bce32d95d8fd7c91f5f4493eb89ab135b0ec4583..3dce054e3bce675b45104052dcc493a1a0301d42 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,8 +10,6 @@ What's New in Python 3.4.0 Alpha 1?
 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 @@ Core and Builtins
 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.