Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f6c22 commit e7adf3eCopy full SHA for e7adf3e
1 file changed
Modules/main.c
@@ -68,7 +68,7 @@ Options and arguments (and corresponding environment variables):\n\
68
-d : debug output from parser (also PYTHONDEBUG=x)\n\
69
-i : inspect interactively after running script, (also PYTHONINSPECT=x)\n\
70
and force prompts, even if stdin does not appear to be a terminal\n\
71
--O : optimize generated bytecode (a tad)\n\
+-O : optimize generated bytecode (a tad; also PYTHONOPTIMIZE=x)\n\
72
-S : don't imply 'import site' on initialization\n\
73
-t : issue warnings about inconsistent tab usage (-tt: issue errors)\n\
74
";
0 commit comments