Commit 17825388 authored by Ezio Melotti's avatar Ezio Melotti

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
........
parent 4b2e5cea
...@@ -275,6 +275,8 @@ always available. ...@@ -275,6 +275,8 @@ always available.
+------------------------------+------------------------------------------+ +------------------------------+------------------------------------------+
| :const:`dont_write_bytecode` | -B | | :const:`dont_write_bytecode` | -B |
+------------------------------+------------------------------------------+ +------------------------------+------------------------------------------+
| :const:`no_user_site` | -s |
+------------------------------+------------------------------------------+
| :const:`no_site` | -S | | :const:`no_site` | -S |
+------------------------------+------------------------------------------+ +------------------------------+------------------------------------------+
| :const:`ignore_environment` | -E | | :const:`ignore_environment` | -E |
...@@ -285,6 +287,8 @@ always available. ...@@ -285,6 +287,8 @@ always available.
+------------------------------+------------------------------------------+ +------------------------------+------------------------------------------+
| :const:`unicode` | -U | | :const:`unicode` | -U |
+------------------------------+------------------------------------------+ +------------------------------+------------------------------------------+
| :const:`bytes_warning` | -b |
+------------------------------+------------------------------------------+
.. versionadded:: 2.6 .. versionadded:: 2.6
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment