diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2013-04-14 13:01:11 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2013-04-14 13:01:11 (GMT) |
commit | 685bd4a37a22678b3f97bbbc24da908696c9fcd5 (patch) | |
tree | 32b4925e07b42a9d3b77fc525fd16240f19352e1 /Misc | |
parent | 8b4c7198dbc0f61a58822a5be92355a5206cd0b6 (diff) | |
parent | c4e0d982f3b967973553c99722b1e4002c8b35f6 (diff) | |
download | cpython-685bd4a37a22678b3f97bbbc24da908696c9fcd5.zip cpython-685bd4a37a22678b3f97bbbc24da908696c9fcd5.tar.gz cpython-685bd4a37a22678b3f97bbbc24da908696c9fcd5.tar.bz2 |
Merge fix for #16163 from 3.3
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,6 +46,9 @@ Core and Builtins Library ------- +- Issue #16163: Make the importlib based version of pkgutil.iter_importers + work for submodules. Initial patch by Berker Peksag. + - Issue #16804: Fix a bug in the 'site' module that caused running 'python -S -m site' to incorrectly throw an exception. |