From 793de09b21ce286bc3c6aa0419f258cceb5d029f Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 22 Feb 2001 00:39:47 +0000 Subject: [PATCH] Add a line to "python -h" output about PYTHONCASEOK. --- Modules/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/main.c b/Modules/main.c index f3d10c49069..49dc4aa32ee 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 directory (or %c).\n\ The default module search path uses %s.\n\ +PYTHONCASEOK : ignore case in 'import' statements (Windows).\n\ ";