Updated sys.flags table in Doc
This commit is contained in:
parent
f84caf4eda
commit
1ac1c39aca
|
@ -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.
|
||||||
+------------------------------+------------------------------------------+
|
+------------------------------+------------------------------------------+
|
||||||
| :const:`unicode` | -U |
|
| :const:`unicode` | -U |
|
||||||
+------------------------------+------------------------------------------+
|
+------------------------------+------------------------------------------+
|
||||||
|
| :const:`bytes_warning` | -b |
|
||||||
|
+------------------------------+------------------------------------------+
|
||||||
|
|
||||||
.. versionadded:: 2.6
|
.. versionadded:: 2.6
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue