Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 793de09

Browse files
committed
Add a line to "python -h" output about PYTHONCASEOK.
1 parent f55204b commit 793de09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ PYTHONPATH : '%c'-separated list of directories prefixed to the\n\
6161
default module search path. The result is sys.path.\n\
6262
PYTHONHOME : alternate <prefix> directory (or <prefix>%c<exec_prefix>).\n\
6363
The default module search path uses %s.\n\
64+
PYTHONCASEOK : ignore case in 'import' statements (Windows).\n\
6465
";
6566

6667

0 commit comments

Comments
 (0)