
python-checkins at python
Oct 20, 2007, 12:05 PM
Post #1 of 1
(28 views)
Permalink
|
|
r58570 - python/trunk/Doc/using/cmdline.rst
|
|
Author: georg.brandl Date: Sat Oct 20 21:05:45 2007 New Revision: 58570 Modified: python/trunk/Doc/using/cmdline.rst Log: Clarify -E docs. Modified: python/trunk/Doc/using/cmdline.rst ============================================================================== --- python/trunk/Doc/using/cmdline.rst (original) +++ python/trunk/Doc/using/cmdline.rst Sat Oct 20 21:05:45 2007 @@ -149,10 +149,10 @@ .. 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 _______________________________________________ Python-checkins mailing list Python-checkins[at]python.org http://mail.python.org/mailman/listinfo/python-checkins
|