summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-10-07 14:50:06 (GMT)
committerGuido van Rossum <guido@python.org>1998-10-07 14:50:06 (GMT)
commite7adf3eb6df5ce8472a41876dd3d3209025aa9fc (patch)
tree236bfc15212d26f2708cbea4fdfacd69ae556ed9 /Modules
parentd5f6c223a9ff081bc057fbf3d2e62b9b8a538e48 (diff)
downloadcpython-e7adf3eb6df5ce8472a41876dd3d3209025aa9fc.zip
cpython-e7adf3eb6df5ce8472a41876dd3d3209025aa9fc.tar.gz
cpython-e7adf3eb6df5ce8472a41876dd3d3209025aa9fc.tar.bz2
Documented PYTHONOPTIMIZE; by Marc Lemburg.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/main.c b/Modules/main.c
index b4bece6..757aa77 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -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\
";