mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +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
|
@ -72,7 +72,6 @@ static char *usage_2 = "\
|
|||
-OO : remove doc-strings in addition to the -O optimizations\n\
|
||||
-s : don't add user site directory to sys.path; also PYTHONNOUSERSITE\n\
|
||||
-S : don't imply 'import site' on initialization\n\
|
||||
-t : issue warnings about inconsistent tab usage (-tt: issue errors)\n\
|
||||
";
|
||||
static char *usage_3 = "\
|
||||
-u : unbuffered binary stdout and stderr; also PYTHONUNBUFFERED=x\n\
|
||||
|
@ -370,7 +369,7 @@ Py_Main(int argc, wchar_t **argv)
|
|||
break;
|
||||
|
||||
case 't':
|
||||
Py_TabcheckFlag++;
|
||||
/* ignored for backwards compatibility */
|
||||
break;
|
||||
|
||||
case 'u':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue