Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1698bab commit 8dff4bdCopy full SHA for 8dff4bd
1 file changed
Misc/NEWS
@@ -10,8 +10,6 @@ What's New in Python 3.4.0 Alpha 1?
10
Core and Builtins
11
-----------------
12
13
-- Issue #14679: add an __all__ (that contains only HTMLParser) to html.parser.
14
-
15
- Issue #17853: Ensure locals of a class that shadow free variables always win
16
over the closures.
17
@@ -62,6 +60,8 @@ Core and Builtins
62
60
Library
63
61
-------
64
+- Issue #14679: add an __all__ (that contains only HTMLParser) to html.parser.
+
65
- Issue #17358: Modules loaded by imp.load_source() and load_compiled() (and by
66
extention load_module()) now have a better chance of working when reloaded.
67
0 commit comments