diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-22 00:39:47 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-22 00:39:47 (GMT) |
commit | 793de09b21ce286bc3c6aa0419f258cceb5d029f (patch) | |
tree | 808dbe89cb2a2441286d568ed889e32f0f158f2e /Modules | |
parent | f55204b0ceb6a20dd9cc1d8f7e4d0b4508d360a9 (diff) | |
download | cpython-793de09b21ce286bc3c6aa0419f258cceb5d029f.zip cpython-793de09b21ce286bc3c6aa0419f258cceb5d029f.tar.gz cpython-793de09b21ce286bc3c6aa0419f258cceb5d029f.tar.bz2 |
Add a line to "python -h" output about PYTHONCASEOK.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ 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\ "; |