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 c3fdc06 commit 9a32b48Copy full SHA for 9a32b48
Doc/using/cmdline.rst
@@ -880,9 +880,9 @@ conflict.
880
881
.. envvar:: PYTHONDONTWRITEBYTECODE
882
883
- If this is set to a value other than ``"0"``, Python won't try to write
884
- ``.pyc`` files on the import of source modules. Setting it to ``"0"``
885
- does not disable bytecode writing. This is equivalent to specifying the
+ If this is set to a non-empty string 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