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.
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.