]> 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:59:31 +0000 (16:59 -0700)
committerGitHub <noreply@github.com>
Wed, 24 Jul 2019 23:59:31 +0000 (16:59 -0700)
commit53639dd55a0d5b3b7b4ef6ae839a98008f22e2d3
tree78f782509efd5b31b92400cce2ad8f4515459550
parent46c2eff5adca7dc309f077ec65faf95b95c47b43
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]