diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-17 20:33:38 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-17 20:33:38 (GMT) |
commit | 48114b952b22cf68ab7dccfb571a2194fd89e6ef (patch) | |
tree | 092accea1abbecaddf80290dd092ed1b6f0dfc12 /Misc | |
parent | 7636b193661f19eb21d35437c9f022cc7fc80e9f (diff) | |
download | cpython-48114b952b22cf68ab7dccfb571a2194fd89e6ef.zip cpython-48114b952b22cf68ab7dccfb571a2194fd89e6ef.tar.gz cpython-48114b952b22cf68ab7dccfb571a2194fd89e6ef.tar.bz2 |
Issue #14657: The frozen instance of importlib used for bootstrap is now also the module imported as importlib._bootstrap.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ Core and Builtins Library ------- +- Issue #14657: The frozen instance of importlib used for bootstrap is now + also the module imported as importlib._bootstrap. + - Issue #14055: Add __sizeof__ support to _elementtree. - Issue #15054: A bug in tokenize.tokenize that caused string literals |