summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-07-15 11:19:18 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-07-15 11:19:18 (GMT)
commit8ecf50474ce3d0ef34fbcce940566c70370e57ad (patch)
tree51f2817b0238f406b5e673e703996ec7bc2a8c8b /Misc
parent3f94cbf9eba7adef027cfc5d087b3660800df9d7 (diff)
downloadcpython-8ecf50474ce3d0ef34fbcce940566c70370e57ad.zip
cpython-8ecf50474ce3d0ef34fbcce940566c70370e57ad.tar.gz
cpython-8ecf50474ce3d0ef34fbcce940566c70370e57ad.tar.bz2
Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk_packages (et al)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d67afcd..5b1845a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,10 @@ Core and Builtins
Library
-------
+- Issue #15343: pkgutil now includes an iter_importer_modules implementation
+ for importlib.machinery.FileFinder (similar to the way it already handled
+ zipimport.zipimporter)
+
- Issue #15314: runpy now sets __main__.__loader__ correctly
- Issue #15357: The import emulation in pkgutil is now deprecated. pkgutil