Commit a358bc3c authored by Éric Araujo's avatar Éric Araujo

State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B

parent 9ede557d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment