[Python-checkins] CVS: python/dist/src/PC config.h,1.48,1.49

Tim Peters tim_one@users.sourceforge.net
Wed, 28 Feb 2001 00:15:18 -0800


Update of /cvsroot/python/python/dist/src/PC
In directory usw-pr-cvs1:/tmp/cvs-serv8567/python/dist/src/PC

Modified Files:
	config.h 
Log Message:
Removed now-unreferenced CHECK_IMPORT_CASE from Windows config.h.
NOTE:  someone who understands Unix config should remove it from acconfig.h too.


Index: config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/config.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -r1.48 -r1.49
*** config.h	2001/01/17 23:23:13	1.48
--- config.h	2001/02/28 08:15:16	1.49
***************
*** 342,352 ****
  #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
  
--- 342,345 ----