]> granicus.if.org Git - python/commitdiff
Clarify -E docs.
authorGeorg Brandl <georg@python.org>
Sat, 20 Oct 2007 19:05:45 +0000 (19:05 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 20 Oct 2007 19:05:45 +0000 (19:05 +0000)
Doc/using/cmdline.rst

index a5a900f9a676ef928724415c20a6075d7c46a462..5871edb0353694edd461abd87a92c7933a48deca 100644 (file)
@@ -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