]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather than...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 24 Jul 2019 23:57:39 +0000 (16:57 -0700)
committerGitHub <noreply@github.com>
Wed, 24 Jul 2019 23:57:39 +0000 (16:57 -0700)
commit9194a20a5b0b933a2a43ce0e81becbf8f0356314
tree847319ca40b74e19e807f7a44fa15bf6b49192aa
parent913210d13bd78132f32159af38e28490b421537d
closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather than listdir. (14942)

(cherry picked from commit 93e8aa62cfd0a61efed4a61a2ffc2283ae986ef2)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
Lib/lib2to3/refactor.py
Misc/NEWS.d/next/Tools-Demos/2019-07-24-16-20-54.bpo-37675.951Cvf.rst [new file with mode: 0644]