commit | 3bb1a6f990d5e7f86e9c33b3283e69408343eddd | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Thu Nov 03 03:20:43 2011 +0100 |
committer | Éric Araujo <merwok@netwok.org> | Thu Nov 03 03:20:43 2011 +0100 |
tree | 95f2c37b5b5cfde37517513ab3dff271dd1890e1 | |
parent | 39242304984fe23c72179b87c46194a157501510 [diff] [blame] |
State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 851c2eb..c73f1e0 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst
@@ -453,7 +453,8 @@ .. 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