From: Georg Brandl Date: Sat, 20 Oct 2007 19:05:45 +0000 (+0000) Subject: Clarify -E docs. X-Git-Tag: v2.6a1~1156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5004f39fdb846defe8e704f411a584b855de519;p=python Clarify -E docs. --- diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index a5a900f9a6..5871edb035 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