]> granicus.if.org Git - python/commitdiff
Remove -s option and $PYTHONSUPPRESS environment variable.
authorGuido van Rossum <guido@python.org>
Sat, 19 Jul 1997 20:46:22 +0000 (20:46 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 19 Jul 1997 20:46:22 +0000 (20:46 +0000)
Misc/python.man

index a7bfbc4b6454ae491849e1bbf2ba56b929d66091..475c6e1875fe26d8cf87f33d6552d9dae7cfccde 100644 (file)
@@ -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.