diff options
Diffstat (limited to 'Misc/python.man')
| -rw-r--r-- | Misc/python.man | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/python.man b/Misc/python.man index 2697bc7822..723d714b88 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 |
