mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
This commit is contained in:
parent
e5d68aceb5
commit
f954c4b9fb
37 changed files with 1184 additions and 1024 deletions
|
|
@ -46,7 +46,6 @@ Option Effect
|
|||
-OO remove doc-strings in addition to the -O optimizations
|
||||
-Q arg division options: -Qold (default), -Qwarn, -Qwarnall, -Qnew
|
||||
-S Don't perform 'import site' on initialization
|
||||
-t Issue warnings about inconsistent tab usage (-tt: issue errors)
|
||||
-u Unbuffered binary stdout and stderr (also PYTHONUNBUFFERED=x).
|
||||
-v Verbose (trace import statements) (also PYTHONVERBOSE=x)
|
||||
-W arg : warning control (arg is action:message:category:module:lineno)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue