We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22afe2b commit bb4365fCopy full SHA for bb4365f
Doc/using/cmdline.rst
@@ -880,9 +880,9 @@ conflict.
880
881
.. envvar:: PYTHONDONTWRITEBYTECODE
882
883
- If this is set to a non-zero integer value, Python won't try to write
884
- ``.pyc`` files on the import of source modules. Setting it to ``0`` does
885
- not disable bytecode writing. This is equivalent to specifying the
+ If this is set to a value other than ``"0"``, Python won't try to write
+ ``.pyc`` files on the import of source modules. Setting it to ``"0"``
+ does not disable bytecode writing. This is equivalent to specifying the
886
:option:`-B` option.
887
888
0 commit comments