diff options
author | Benjamin Peterson <benjamin@python.org> | 2019-07-24 23:38:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-24 23:38:50 (GMT) |
commit | 93e8aa62cfd0a61efed4a61a2ffc2283ae986ef2 (patch) | |
tree | bb4efcd33f41e41e7083f6ecb5190175a7c7324c /Misc/NEWS.d/next/Tools-Demos | |
parent | 123536fdab7b8def15c859aa70232bc55ec73096 (diff) | |
download | cpython-93e8aa62cfd0a61efed4a61a2ffc2283ae986ef2.zip cpython-93e8aa62cfd0a61efed4a61a2ffc2283ae986ef2.tar.gz cpython-93e8aa62cfd0a61efed4a61a2ffc2283ae986ef2.tar.bz2 |
closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather than listdir. (14942)
Diffstat (limited to 'Misc/NEWS.d/next/Tools-Demos')
-rw-r--r-- | Misc/NEWS.d/next/Tools-Demos/2019-07-24-16-20-54.bpo-37675.951Cvf.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tools-Demos/2019-07-24-16-20-54.bpo-37675.951Cvf.rst b/Misc/NEWS.d/next/Tools-Demos/2019-07-24-16-20-54.bpo-37675.951Cvf.rst new file mode 100644 index 0000000..e28fa20 --- /dev/null +++ b/Misc/NEWS.d/next/Tools-Demos/2019-07-24-16-20-54.bpo-37675.951Cvf.rst @@ -0,0 +1 @@ +2to3 now works when run from a zipped standard library. |