[Python-Dev] Test for case-sensitive imports?
Tim Peters
tim.one@home.com
Tue, 20 Mar 2001 23:01:13 -0500
[ Guido van Rossum]
> Hmm, apparently the flurry of changes to the case-checking code in
> import has broken the case-checks for the macintosh.
Hmm. This should have been broken way back in 2.1a1, as the code you later
repaired was introduced by the first release of Mac OS X changes. Try to
stay more current in the future <wink>.
> I'll fix that, but maybe we should add a testcase for
> case-sensitive import?
Yup! Done now.