-.TH PYTHON "7 September, 1997"
+.TH PYTHON "10 April, 1998"
.SH NAME
python \- an interpreted, interactive, object-oriented programming language
.SH SYNOPSIS
.B \-S
]
[
+.B \-t
+]
+[
.B \-u
]
[
.I sys.path
that it entails.
.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
+expressed in spaces. Issue an error when the option is given twice.
+.TP
.B \-u
Force stdin, stdout and stderr to be totally unbuffered.
.TP