From: Éric Araujo Date: Thu, 3 Nov 2011 02:20:43 +0000 (+0100) Subject: State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B X-Git-Tag: v3.2.3rc1~433^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3bb1a6f990d5e7f86e9c33b3283e69408343eddd;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 851c2ebab4c5..c73f1e0f3e8d 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -453,7 +453,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