summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-03-18 12:44:08 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-03-18 12:44:08 (GMT)
commit5c137c225113764faae183034e7a85175a699ae2 (patch)
tree5a3bc4dc8a3c22dd284a3824a6fb391ab672e249 /Misc
parent73f570ba08756c322c0b6fa070d89aa3c64b31c9 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fe07def..ada779e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,8 @@ Extension modules
Library
+- compileall now supports quiet operation.
+
- The BaseHTTPServer implements now optionally HTTP/1.1 persistent
connections.