summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2014-01-04 22:09:53 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2014-01-04 22:09:53 (GMT)
commit37148b27ac742bc61087a8413863d70d43476bf4 (patch)
tree1d475f45c86875345f77065c1410d82168c0da8b /Misc
parent335e14dd1adb302bc0e5b99534ccfca43c7a4d6c (diff)
downloadcpython-37148b27ac742bc61087a8413863d70d43476bf4.zip
cpython-37148b27ac742bc61087a8413863d70d43476bf4.tar.gz
cpython-37148b27ac742bc61087a8413863d70d43476bf4.tar.bz2
Issue #19708: Update pkgutil to use the new importer APIs.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e048888..841d420 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -257,6 +257,8 @@ Library
- Issue #19713: Move away from using find_module/load_module.
+- Issue #19708: Update pkgutil to use the new importer APIs.
+
- Issue #19851: Fixed a regression in reloading sub-modules.
- ssl.create_default_context() sets OP_NO_COMPRESSION to prevent CRIME.