From: Ezio Melotti Date: Fri, 25 Dec 2009 02:16:56 +0000 (+0000) Subject: Merged revisions 77050 via svnmerge from X-Git-Tag: v3.2a1~1967 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ba511d276e790fa9fe79bdccc2896dc40724a3a;p=thirdparty%2FPython%2Fcpython.git Merged revisions 77050 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77050 | ezio.melotti | 2009-12-25 04:12:01 +0200 (Fri, 25 Dec 2009) | 1 line Updated sys.flags table in Doc ........ --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 44ac6ee5cbd9..33910ae3e865 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -199,12 +199,8 @@ always available. +==============================+==========================================+ | :const:`debug` | -d | +------------------------------+------------------------------------------+ - | :const:`py3k_warning` | -3 | - +------------------------------+------------------------------------------+ | :const:`division_warning` | -Q | +------------------------------+------------------------------------------+ - | :const:`division_new` | -Qnew | - +------------------------------+------------------------------------------+ | :const:`inspect` | -i | +------------------------------+------------------------------------------+ | :const:`interactive` | -i | @@ -213,13 +209,15 @@ always available. +------------------------------+------------------------------------------+ | :const:`dont_write_bytecode` | -B | +------------------------------+------------------------------------------+ + | :const:`no_user_site` | -s | + +------------------------------+------------------------------------------+ | :const:`no_site` | -S | +------------------------------+------------------------------------------+ | :const:`ignore_environment` | -E | +------------------------------+------------------------------------------+ | :const:`verbose` | -v | +------------------------------+------------------------------------------+ - | :const:`unicode` | -U | + | :const:`bytes_warning` | -b | +------------------------------+------------------------------------------+