]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38731: Add --quiet option to py_compile CLI (GH-17134)
authorGregory Schevchenko <3405066+gvsheva@users.noreply.github.com>
Sat, 25 Jul 2020 19:58:45 +0000 (22:58 +0300)
committerGitHub <noreply@github.com>
Sat, 25 Jul 2020 19:58:45 +0000 (22:58 +0300)
commitdaff39070e7ea71b0ba49d9150ac7a210a125682
tree4de54c29cf333f91ca25f73e5693fb938a24c798
parentaf08db7bac3087aac313d052c1a6302bee7c9c89
bpo-38731: Add --quiet option to py_compile CLI (GH-17134)
Doc/library/py_compile.rst
Doc/whatsnew/3.10.rst
Lib/py_compile.py
Lib/test/test_py_compile.py
Misc/ACKS
Misc/NEWS.d/next/Library/2019-11-13-07-37-11.bpo-38731.9qmcSx.rst [new file with mode: 0644]