summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/sys.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 44ac6ee..33910ae 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 |
+------------------------------+------------------------------------------+