Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8dff4bd

Browse files
committed
Move NEWS entry to the right section.
1 parent 1698bab commit 8dff4bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ What's New in Python 3.4.0 Alpha 1?
1010
Core and Builtins
1111
-----------------
1212

13-
- Issue #14679: add an __all__ (that contains only HTMLParser) to html.parser.
14-
1513
- Issue #17853: Ensure locals of a class that shadow free variables always win
1614
over the closures.
1715

@@ -62,6 +60,8 @@ Core and Builtins
6260
Library
6361
-------
6462

63+
- Issue #14679: add an __all__ (that contains only HTMLParser) to html.parser.
64+
6565
- Issue #17358: Modules loaded by imp.load_source() and load_compiled() (and by
6666
extention load_module()) now have a better chance of working when reloaded.
6767

0 commit comments

Comments
 (0)