From c5004f39fdb846defe8e704f411a584b855de519 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 20 Oct 2007 19:05:45 +0000 Subject: Clarify -E docs. --- Doc/using/cmdline.rst | 6 +++--- 1 file 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 -- cgit v0.12