]> 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>
Thu, 25 Jul 2019 00:00:39 +0000 (17:00 -0700)
committerGitHub <noreply@github.com>
Thu, 25 Jul 2019 00:00:39 +0000 (17:00 -0700)
commit69802f6163c9f18ca0e0b9c4c43a49365fc63e2d
tree0ade0feb717ad08306a49755e06f6e9c607ba201
parent4b7ce105ff80467bf4d79c413d7adc256b824153
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]