diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-28 08:15:16 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-28 08:15:16 (GMT) |
commit | 8de0c1716b90a28973f9c4e1e8816eaadf3b10dd (patch) | |
tree | 078a76de30471b63bf05328b7127c43cb79eda51 /PC | |
parent | 9f1b9932b87a6da14f2c010dfcf2ed08cb50b768 (diff) | |
download | cpython-8de0c1716b90a28973f9c4e1e8816eaadf3b10dd.zip cpython-8de0c1716b90a28973f9c4e1e8816eaadf3b10dd.tar.gz cpython-8de0c1716b90a28973f9c4e1e8816eaadf3b10dd.tar.bz2 |
Removed now-unreferenced CHECK_IMPORT_CASE from Windows config.h.
NOTE: someone who understands Unix config should remove it from acconfig.h too.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/PC/config.h b/PC/config.h index 65d390a..f26d0e4 100644 --- a/PC/config.h +++ b/PC/config.h @@ -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! */ |