diff options
author | Georg Brandl <georg@python.org> | 2007-10-20 19:05:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-10-20 19:05:45 (GMT) |
commit | c5004f39fdb846defe8e704f411a584b855de519 (patch) | |
tree | 263bcd6d3a37cb9d7b59d6ea2ca28423e0062247 /Doc/using | |
parent | 45af56d330bb6cac5d29610bc18e506820fdc9d9 (diff) | |
download | cpython-c5004f39fdb846defe8e704f411a584b855de519.zip cpython-c5004f39fdb846defe8e704f411a584b855de519.tar.gz cpython-c5004f39fdb846defe8e704f411a584b855de519.tar.bz2 |
Clarify -E docs.
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/cmdline.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index a5a900f..5871edb 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -149,10 +149,10 @@ Miscellaneous options .. cmdoption:: -E - Ignore environment variables like :envvar:`PYTHONPATH` and - :envvar:`PYTHONHOME` that modify the behaviour of the interpreter. + Ignore all :envvar:`PYTHON*` environment variables, e.g. + :envvar:`PYTHONPATH` and :envvar:`PYTHONHOME`, that may be defined. - .. XXX: full list? + .. versionadded:: 2.2 .. cmdoption:: -i |