Merge follow-up for #11254 and other changes from 3.2

This commit is contained in:
Éric Araujo 2011-11-03 05:17:11 +01:00
commit e64052176d
10 changed files with 133 additions and 88 deletions

View file

@ -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