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 786f464 commit 22afe2bCopy full SHA for 22afe2b
Doc/using/cmdline.rst
@@ -880,9 +880,10 @@ conflict.
880
881
.. envvar:: PYTHONDONTWRITEBYTECODE
882
883
- If this is set to a non-empty string, Python won't try to write ``.pyc``
884
- files on the import of source modules. This is equivalent to
885
- specifying the :option:`-B` option.
+ If this is set to a non-zero integer value, 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
889
.. envvar:: PYTHONPYCACHEPREFIX
0 commit comments