From: Éric Araujo Date: Sun, 26 Feb 2012 00:38:26 +0000 (+0100) Subject: State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B X-Git-Tag: v2.7.4rc1~1016^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a358bc3ca24f521ed63e81f1f03be52f84777a3a;p=thirdparty%2FPython%2Fcpython.git State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B --- diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 4b2793ff7df9..2537c485718a 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