Skip to content

Commit 61c39bd

Browse files
author
guido
committed
Remove -s option and $PYTHONSUPPRESS environment variable.
git-svn-id: http://svn.python.org/projects/python/trunk@8353 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 1e70eb2 commit 61c39bd

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

Misc/python.man

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ python \- an interpreted, interactive, object-oriented programming language
1010
.B \-i
1111
]
1212
[
13-
.B \-s
14-
]
15-
[
1613
.B \-u
1714
]
1815
[
@@ -58,11 +55,6 @@ command. It does not read the $PYTHONSTARTUP file. This can be
5855
useful to inspect global variables or a stack trace when a script
5956
raises an exception.
6057
.TP
61-
.B \-s
62-
Suppresses the automatic printing of expressions entered in
63-
interactive mode (useful when input is actually generated e.g. by
64-
Emacs).
65-
.TP
6658
.B \-u
6759
Force stdout and stderr to be totally unbuffered.
6860
.TP
@@ -168,9 +160,6 @@ the \fB\-d\fP option.
168160
.IP PYTHONINSPECT
169161
If this is set to a non-empty string it is equivalent to specifying
170162
the \fB\-i\fP option.
171-
.IP PYTHONSUPPRESS
172-
If this is set to a non-empty string it is equivalent to specifying
173-
the \fB\-s\fP option.
174163
.IP PYTHONUNBUFFERED
175164
If this is set to a non-empty string it is equivalent to specifying
176165
the \fB\-u\fP option.

0 commit comments

Comments
 (0)