]> granicus.if.org Git - python/commit
Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in...
authorGeorg Brandl <georg@python.org>
Tue, 28 Dec 2010 18:30:18 +0000 (18:30 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 28 Dec 2010 18:30:18 +0000 (18:30 +0000)
commit8aa7e999b5ab87cdbefe441649c223647875c110
tree1fc0ca2cc25768d07c0ac241a053c2e07809a919
parent31e3b77fea0a1c4703bade2c68b1252505a77bc7
Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833.
Doc/library/sys.rst
Include/pydebug.h
Misc/NEWS
Modules/main.c
Python/pythonrun.c
Python/sysmodule.c