summaryrefslogtreecommitdiffstats
path: root/Misc/python.man
diff options
context:
space:
mode:
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-07-23 16:30:27 (GMT)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-07-23 16:30:27 (GMT)
commit7d4bb9f179f1888a472fd5d5a30df4ec3c55fea5 (patch)
tree6b57c0d5016d8f919397303aaaa11cf610e1dd9d /Misc/python.man
parentf973c6d5949bfed3e74b8b94c427c43df1e4b95c (diff)
downloadcpython-7d4bb9f179f1888a472fd5d5a30df4ec3c55fea5.zip
cpython-7d4bb9f179f1888a472fd5d5a30df4ec3c55fea5.tar.gz
cpython-7d4bb9f179f1888a472fd5d5a30df4ec3c55fea5.tar.bz2
Add -E command line switch (ignore environment variables like PYTHONHOME
and PYTHONPATH).
Diffstat (limited to 'Misc/python.man')
-rw-r--r--Misc/python.man7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/python.man b/Misc/python.man
index 2697bc7..723d714 100644
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -16,6 +16,9 @@ python \- an interpreted, interactive, object-oriented programming language
.B \-S
]
[
+.B \-E
+]
+[
.B \-t
]
[
@@ -99,6 +102,10 @@ and the site-dependent manipulations of
.I sys.path
that it entails.
.TP
+.B \-E
+Ignore environment variables like PYTHONPATH and PYTHONHOME that modify
+the behavior of the interpreter.
+.TP
.B \-t
Issue a warning when a source file mixes tabs and spaces for
indentation in a way that makes it depend on the worth of a tab