Commit e7adf3eb authored by Guido van Rossum's avatar Guido van Rossum

Documented PYTHONOPTIMIZE; by Marc Lemburg.

parent d5f6c223
......@@ -68,7 +68,7 @@ Options and arguments (and corresponding environment variables):\n\
-d : debug output from parser (also PYTHONDEBUG=x)\n\
-i : inspect interactively after running script, (also PYTHONINSPECT=x)\n\
and force prompts, even if stdin does not appear to be a terminal\n\
-O : optimize generated bytecode (a tad)\n\
-O : optimize generated bytecode (a tad; also PYTHONOPTIMIZE=x)\n\
-S : don't imply 'import site' on initialization\n\
-t : issue warnings about inconsistent tab usage (-tt: issue errors)\n\
";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment