diff options
author | Guido van Rossum <guido@python.org> | 1997-07-19 20:46:22 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-07-19 20:46:22 (GMT) |
commit | 8aea8d96005e21a6b12cf4b66e3b6886fd5af6be (patch) | |
tree | 22bfadf1fe464ae24e09de3c17f207c8c3543791 /Misc | |
parent | 5624abd086303d1624951d5abaaf6e7f58fa3de0 (diff) | |
download | cpython-8aea8d96005e21a6b12cf4b66e3b6886fd5af6be.zip cpython-8aea8d96005e21a6b12cf4b66e3b6886fd5af6be.tar.gz cpython-8aea8d96005e21a6b12cf4b66e3b6886fd5af6be.tar.bz2 |
Remove -s option and $PYTHONSUPPRESS environment variable.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/python.man | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Misc/python.man b/Misc/python.man index a7bfbc4..475c6e1 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -10,9 +10,6 @@ python \- an interpreted, interactive, object-oriented programming language .B \-i ] [ -.B \-s -] -[ .B \-u ] [ @@ -58,11 +55,6 @@ command. It does not read the $PYTHONSTARTUP file. This can be useful to inspect global variables or a stack trace when a script raises an exception. .TP -.B \-s -Suppresses the automatic printing of expressions entered in -interactive mode (useful when input is actually generated e.g. by -Emacs). -.TP .B \-u Force stdout and stderr to be totally unbuffered. .TP @@ -168,9 +160,6 @@ the \fB\-d\fP option. .IP PYTHONINSPECT If this is set to a non-empty string it is equivalent to specifying the \fB\-i\fP option. -.IP PYTHONSUPPRESS -If this is set to a non-empty string it is equivalent to specifying -the \fB\-s\fP option. .IP PYTHONUNBUFFERED If this is set to a non-empty string it is equivalent to specifying the \fB\-u\fP option. |