]> granicus.if.org Git - python/commitdiff
Documented PYTHONOPTIMIZE; by Marc Lemburg.
authorGuido van Rossum <guido@python.org>
Wed, 7 Oct 1998 14:50:06 +0000 (14:50 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 7 Oct 1998 14:50:06 +0000 (14:50 +0000)
Modules/main.c

index b4bece6cabe2ddfe3c1a27e12610b0d28c4183dc..757aa77afb44ff91865ee7767e9877070848628b 100644 (file)
@@ -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\
 ";