]> granicus.if.org Git - python/commitdiff
Add a line to "python -h" output about PYTHONCASEOK.
authorTim Peters <tim.peters@gmail.com>
Thu, 22 Feb 2001 00:39:47 +0000 (00:39 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 22 Feb 2001 00:39:47 +0000 (00:39 +0000)
Modules/main.c

index f3d10c4906952c3a75ac73474402f399099d561d..49dc4aa32ee76e14613c83371e1d4e7348c195f7 100644 (file)
@@ -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\
 ";