]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 25 Jul 2020 21:03:50 +0000 (14:03 -0700)
committerGitHub <noreply@github.com>
Sat, 25 Jul 2020 21:03:50 +0000 (00:03 +0300)
commit949cf93f8ee27c37650483458f0aa3e295011ef6
tree834ebfd8a3ebb2dc11905658a14d9ef1efaef177
parenta667e1c66a62d509c39d30abf11778213a1e1ca0
bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617)

(cherry picked from commit 2024d7aca100c3faa9c6730aba3de5f0528750be)

Co-authored-by: Berker Peksag <berker.peksag@gmail.com>
Lib/py_compile.py
Lib/test/test_py_compile.py
Misc/NEWS.d/next/Library/2020-07-25-23-18-51.bpo-38731.Am4wp2.rst [new file with mode: 0644]