diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2020-07-25 20:43:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-25 20:43:47 (GMT) |
commit | 2024d7aca100c3faa9c6730aba3de5f0528750be (patch) | |
tree | 9bc39586246f45de46a259ae0a68eff40febc075 /Misc/NEWS.d | |
parent | 15fdbb7145ee99abd98b4968307d4b89dd71a988 (diff) | |
download | cpython-2024d7aca100c3faa9c6730aba3de5f0528750be.zip cpython-2024d7aca100c3faa9c6730aba3de5f0528750be.tar.gz cpython-2024d7aca100c3faa9c6730aba3de5f0528750be.tar.bz2 |
bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-07-25-23-18-51.bpo-38731.Am4wp2.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-07-25-23-18-51.bpo-38731.Am4wp2.rst b/Misc/NEWS.d/next/Library/2020-07-25-23-18-51.bpo-38731.Am4wp2.rst new file mode 100644 index 0000000..61c583dd --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-07-25-23-18-51.bpo-38731.Am4wp2.rst @@ -0,0 +1 @@ +Fix :exc:`NameError` in command-line interface of :mod:`py_compile`. |