mirror of https://github.com/python/cpython.git
State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B
This commit is contained in:
parent
3924230498
commit
3bb1a6f990
|
@ -453,7 +453,8 @@ These environment variables influence Python's behavior.
|
|||
.. envvar:: PYTHONDONTWRITEBYTECODE
|
||||
|
||||
If this is set, Python won't try to write ``.pyc`` or ``.pyo`` files on the
|
||||
import of source modules.
|
||||
import of source modules. This is equivalent to specifying the :option:`-B`
|
||||
option.
|
||||
|
||||
|
||||
.. envvar:: PYTHONIOENCODING
|
||||
|
|
Loading…
Reference in New Issue