]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617)
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 25 Jul 2020 20:43:47 +0000 (23:43 +0300)
committerGitHub <noreply@github.com>
Sat, 25 Jul 2020 20:43:47 +0000 (23:43 +0300)
commit2024d7aca100c3faa9c6730aba3de5f0528750be
tree9bc39586246f45de46a259ae0a68eff40febc075
parent15fdbb7145ee99abd98b4968307d4b89dd71a988
bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617)
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]