]> granicus.if.org Git - python/commitdiff
Removed now-unreferenced CHECK_IMPORT_CASE from Windows config.h.
authorTim Peters <tim.peters@gmail.com>
Wed, 28 Feb 2001 08:15:16 +0000 (08:15 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 28 Feb 2001 08:15:16 +0000 (08:15 +0000)
NOTE:  someone who understands Unix config should remove it from acconfig.h too.

PC/config.h

index 65d390ac48514cb0ddb82c9acc55fff3a520a837..f26d0e47bf218d3e9da6d3c9560281a633dd76ee 100644 (file)
@@ -341,13 +341,6 @@ typedef unsigned long uintptr_t;
 #define SIZEOF_LONG 4
 #define SIZEOF_LONG_LONG 8
 
-/* EXPERIMENTAL FEATURE: When CHECK_IMPORT_CASE is defined, check case of
-   imported modules against case of file; this causes "import String" to fail
-   with a NameError exception when it finds "string.py".  Normally, you set
-   the environment variable PYTHONCASEOK (to anything) to disable this
-   feature; to permanently disable it, #undef it here.  This only works on
-   case-preserving filesystems; otherwise you definitely want it off. */
-#define CHECK_IMPORT_CASE
 #endif
 
 /* Fairly standard from here! */