mirror of
https://github.com/python/cpython.git
synced 2025-08-10 11:58:39 +00:00
State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B
This commit is contained in:
parent
9ede557d34
commit
a358bc3ca2
1 changed files with 2 additions and 1 deletions
|
@ -541,7 +541,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.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue