mirror of
https://github.com/python/cpython.git
synced 2026-01-08 00:12:42 +00:00
Move NEWS entry to the right section.
This commit is contained in:
parent
1698babd1b
commit
8dff4bd7af
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue