]> granicus.if.org Git - python/commitdiff
Updated sys.flags table in Doc
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 25 Dec 2009 02:12:01 +0000 (02:12 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 25 Dec 2009 02:12:01 +0000 (02:12 +0000)
Doc/library/sys.rst

index 5a04f3991a2a0dfbba2133b3b02737890d9a0d4f..5b07f36852896c5529e34aee3fd99e9453512f5d 100644 (file)
@@ -275,6 +275,8 @@ always available.
    +------------------------------+------------------------------------------+
    | :const:`dont_write_bytecode` | -B                                       |
    +------------------------------+------------------------------------------+
+   | :const:`no_user_site`        | -s                                       |
+   +------------------------------+------------------------------------------+
    | :const:`no_site`             | -S                                       |
    +------------------------------+------------------------------------------+
    | :const:`ignore_environment`  | -E                                       |
@@ -285,6 +287,8 @@ always available.
    +------------------------------+------------------------------------------+
    | :const:`unicode`             | -U                                       |
    +------------------------------+------------------------------------------+
+   | :const:`bytes_warning`       | -b                                       |
+   +------------------------------+------------------------------------------+
 
    .. versionadded:: 2.6