diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-05-01 16:13:45 +0300 |
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-05-01 16:13:45 +0300 |
| commit | 8dff4bd7afbec4ed446791209bf89f9ca6679336 (patch) | |
| tree | 6178ddfd9ef33a16673d4c320202e3b6219f07de | |
| parent | 1698babd1b4bb3416e51c3542b7d0bf28d57b736 (diff) | |
| download | cpython-git-8dff4bd7afbec4ed446791209bf89f9ca6679336.tar.gz | |
Move NEWS entry to the right section.
| -rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 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. |
