diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-03-18 12:44:08 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-03-18 12:44:08 (GMT) |
commit | 5c137c225113764faae183034e7a85175a699ae2 (patch) | |
tree | 5a3bc4dc8a3c22dd284a3824a6fb391ab672e249 /Misc | |
parent | 73f570ba08756c322c0b6fa070d89aa3c64b31c9 (diff) | |
download | cpython-5c137c225113764faae183034e7a85175a699ae2.zip cpython-5c137c225113764faae183034e7a85175a699ae2.tar.gz cpython-5c137c225113764faae183034e7a85175a699ae2.tar.bz2 |
Patch #495598: add an -q (quiet) option to pycompile.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -44,6 +44,8 @@ Extension modules Library +- compileall now supports quiet operation. + - The BaseHTTPServer implements now optionally HTTP/1.1 persistent connections. |