commit | 793de09b21ce286bc3c6aa0419f258cceb5d029f | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu Feb 22 00:39:47 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu Feb 22 00:39:47 2001 +0000 |
tree | 808dbe89cb2a2441286d568ed889e32f0f158f2e | |
parent | f55204b0ceb6a20dd9cc1d8f7e4d0b4508d360a9 [diff] |
Add a line to "python -h" output about PYTHONCASEOK.
diff --git a/Modules/main.c b/Modules/main.c index f3d10c4..49dc4aa 100644 --- a/Modules/main.c +++ b/Modules/main.c
@@ -61,6 +61,7 @@ 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\ ";