summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2013-04-14 13:01:11 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2013-04-14 13:01:11 (GMT)
commit685bd4a37a22678b3f97bbbc24da908696c9fcd5 (patch)
tree32b4925e07b42a9d3b77fc525fd16240f19352e1 /Misc
parent8b4c7198dbc0f61a58822a5be92355a5206cd0b6 (diff)
parentc4e0d982f3b967973553c99722b1e4002c8b35f6 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9284be3..df012b2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.