diff options
author | Georg Brandl <georg@python.org> | 2010-12-04 10:47:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-04 10:47:18 (GMT) |
commit | 9d8711964f114b9f0f5ed8a9a1eccfba2a096030 (patch) | |
tree | 4019cdf599c1b27954dab237dc0d7f955f7a6b05 /Misc/NEWS | |
parent | cbd2ab1311120efa37e6dd8008a234235bf97b62 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |