mirror of https://github.com/python/cpython.git
Add a line to "python -h" output about PYTHONCASEOK.
This commit is contained in:
parent
f55204b0ce
commit
793de09b21
|
@ -61,6 +61,7 @@ PYTHONPATH : '%c'-separated list of directories prefixed to the\n\
|
|||
default module search path. The result is sys.path.\n\
|
||||
PYTHONHOME : alternate <prefix> directory (or <prefix>%c<exec_prefix>).\n\
|
||||
The default module search path uses %s.\n\
|
||||
PYTHONCASEOK : ignore case in 'import' statements (Windows).\n\
|
||||
";
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue