Add a line to "python -h" output about PYTHONCASEOK.

This commit is contained in:
Tim Peters 2001-02-22 00:39:47 +00:00
parent f55204b0ce
commit 793de09b21
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ PYTHONPATH : '%c'-separated list of directories prefixed to the\n\
default module search path. The result is sys.path.\n\ default module search path. The result is sys.path.\n\
PYTHONHOME : alternate <prefix> directory (or <prefix>%c<exec_prefix>).\n\ PYTHONHOME : alternate <prefix> directory (or <prefix>%c<exec_prefix>).\n\
The default module search path uses %s.\n\ The default module search path uses %s.\n\
PYTHONCASEOK : ignore case in 'import' statements (Windows).\n\
"; ";