diff options
author | Éric Araujo <merwok@netwok.org> | 2011-11-03 04:17:11 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-11-03 04:17:11 (GMT) |
commit | e64052176d998a0f1397fc5fa60875e2f0371296 (patch) | |
tree | 24bef62ead0b04345cc7e83c6c0e438ef0929c20 /Doc/using | |
parent | 880801501b778d93079afc11672dba86e60eab94 (diff) | |
parent | c465b2f843218565c2908528555fbdb7c95523c0 (diff) | |
download | cpython-e64052176d998a0f1397fc5fa60875e2f0371296.zip cpython-e64052176d998a0f1397fc5fa60875e2f0371296.tar.gz cpython-e64052176d998a0f1397fc5fa60875e2f0371296.tar.bz2 |
Merge follow-up for #11254 and other changes from 3.2
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/cmdline.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index f7bd92b..bc38542 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -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 |