Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7adf3e

Browse files
committed
Documented PYTHONOPTIMIZE; by Marc Lemburg.
1 parent d5f6c22 commit e7adf3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Options and arguments (and corresponding environment variables):\n\
6868
-d : debug output from parser (also PYTHONDEBUG=x)\n\
6969
-i : inspect interactively after running script, (also PYTHONINSPECT=x)\n\
7070
and force prompts, even if stdin does not appear to be a terminal\n\
71-
-O : optimize generated bytecode (a tad)\n\
71+
-O : optimize generated bytecode (a tad; also PYTHONOPTIMIZE=x)\n\
7272
-S : don't imply 'import site' on initialization\n\
7373
-t : issue warnings about inconsistent tab usage (-tt: issue errors)\n\
7474
";

0 commit comments

Comments
 (0)