diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2014-01-04 22:09:53 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2014-01-04 22:09:53 (GMT) |
commit | 37148b27ac742bc61087a8413863d70d43476bf4 (patch) | |
tree | 1d475f45c86875345f77065c1410d82168c0da8b /Misc | |
parent | 335e14dd1adb302bc0e5b99534ccfca43c7a4d6c (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |