]> granicus.if.org Git - python/commitdiff
Merged revisions 77052 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 25 Dec 2009 02:18:56 +0000 (02:18 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 25 Dec 2009 02:18:56 +0000 (02:18 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r77052 | ezio.melotti | 2009-12-25 04:16:56 +0200 (Fri, 25 Dec 2009) | 9 lines

  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
  ........
................

Doc/library/sys.rst

index 9262a09445ec567853ee58c542414749e4bbba88..be26b63b3836684eb2321f9cc272f788859f0b0e 100644 (file)
@@ -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                                       |
    +------------------------------+------------------------------------------+