summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-04 10:47:18 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-04 10:47:18 (GMT)
commit9d8711964f114b9f0f5ed8a9a1eccfba2a096030 (patch)
tree4019cdf599c1b27954dab237dc0d7f955f7a6b05 /Misc/NEWS
parentcbd2ab1311120efa37e6dd8008a234235bf97b62 (diff)
downloadcpython-9d8711964f114b9f0f5ed8a9a1eccfba2a096030.zip
cpython-9d8711964f114b9f0f5ed8a9a1eccfba2a096030.tar.gz
cpython-9d8711964f114b9f0f5ed8a9a1eccfba2a096030.tar.bz2
#1772833: add -q command line option.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c2f288d..8463367 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2 Beta 1?
Core and Builtins
-----------------
+- Issue #1772833: Add the -q command-line option to suppress copyright
+ and version output in interactive mode.
+
- Provide an *optimize* parameter in the built-in compile() function.
- Fixed several corner case issues on os.stat/os.lstat related to reparse