]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40260: Update modulefinder to use io.open_code() and respect coding comments...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 Apr 2020 19:34:41 +0000 (12:34 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Apr 2020 19:34:41 +0000 (12:34 -0700)
commit59047fab0ef37f583c9e7c3a48d67792fd10ff91
tree8e29a7bc748869e257309b2adc49523086474232
parent1e1dbdf23f7a18f53a3257badc3541973831f2c4
bpo-40260: Update modulefinder to use io.open_code() and respect coding comments (GH-19488)

(cherry picked from commit d42e5820631cd66ee1eab8f610d4b58f3dfdd81c)

Co-authored-by: Barry <barry@barrys-emacs.org>
Lib/modulefinder.py
Lib/test/test_modulefinder.py
Misc/NEWS.d/next/Library/2020-04-12-21-18-56.bpo-40260.F6VWaE.rst [new file with mode: 0644]