mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Merge follow-up for #11254 and other changes from 3.2
This commit is contained in:
commit
e64052176d
10 changed files with 133 additions and 88 deletions
|
@ -455,7 +455,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…
Add table
Add a link
Reference in a new issue