CHECK_IMPORT_CASE

Steven D. Majewski sdm7g at Virginia.EDU
Thu Jan 25 21:15:20 EST 2001


While looking for a way to solve the macosx case insensitivity import
problem, I found in Python/import.c: 

#ifdef CHECK_IMPORT_CASE
static int check_case(char *, int, int, char *);
#endif

However, neither I nor the linker could find the implementation
of check_case. Is this a work in progress ? Does someone have
a planned solution? 

[ And more generally, how would one find this sort of info? 
 SourceForge has a search function for Bugs, but not for patches.
 I tried pulling down the cvs (instead of starting from the 
 2.1a1 distribution) and doing a 'cvs ...  history' , which 
 just hangs on me. ]

-- Steve Majewski









More information about the Python-list mailing list