mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
This commit is contained in:
parent
a26f8ca668
commit
e1b5ac6408
22 changed files with 31 additions and 61 deletions
|
@ -35,9 +35,6 @@ python \- an interpreted, interactive, object-oriented programming language
|
|||
.B \-S
|
||||
]
|
||||
[
|
||||
.B \-t
|
||||
]
|
||||
[
|
||||
.B \-u
|
||||
]
|
||||
.br
|
||||
|
@ -144,11 +141,6 @@ and the site-dependent manipulations of
|
|||
.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. On systems
|
||||
where it matters, also put stdin, stdout and stderr in binary mode.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue