| commit | 5c137c225113764faae183034e7a85175a699ae2 | [log] [tgz] |
|---|---|---|
| author | Martin v. Löwis <martin@v.loewis.de> | Mon Mar 18 12:44:08 2002 +0000 |
| committer | Martin v. Löwis <martin@v.loewis.de> | Mon Mar 18 12:44:08 2002 +0000 |
| tree | 5a3bc4dc8a3c22dd284a3824a6fb391ab672e249 | |
| parent | 73f570ba08756c322c0b6fa070d89aa3c64b31c9 [diff] [blame] |
Patch #495598: add an -q (quiet) option to pycompile.
diff --git a/Misc/NEWS b/Misc/NEWS index fe07def..ada779e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -44,6 +44,8 @@ Library +- compileall now supports quiet operation. + - The BaseHTTPServer implements now optionally HTTP/1.1 persistent connections.