summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-02-26 01:38:26 +0100
committerÉric Araujo <merwok@netwok.org>2012-02-26 01:38:26 +0100
commita358bc3ca24f521ed63e81f1f03be52f84777a3a (patch)
tree237d931b7166569b45845aba1ca82a908aa29dee
parent9ede557d340f8cafe099322d2933fc153b649a9f (diff)
downloadcpython-git-a358bc3ca24f521ed63e81f1f03be52f84777a3a.tar.gz
State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B
-rw-r--r--Doc/using/cmdline.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index 4b2793ff7d..2537c48571 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -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