mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Add a line to "python -h" output about PYTHONCASEOK.
This commit is contained in:
parent
f55204b0ce
commit
793de09b21
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue