Kaydet (Commit) 793de09b authored tarafından Tim Peters's avatar Tim Peters

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

üst f55204b0
...@@ -61,6 +61,7 @@ PYTHONPATH : '%c'-separated list of directories prefixed to the\n\ ...@@ -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\
"; ";
......
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