[Python-Dev] Case sensitive import.

Tim Peters tim.one@home.com
Mon, 5 Feb 2001 16:07:15 -0500


[Fredrik Lundh]
> umm.  what kind of imports are not case-sensitive today?

fredrik.py and Fredrik.py, both on the path.  On Windows it does or doesn't
blow up, depending on which one you import and which one is found first on
the path.  On Unix it always works.  Imports on Windows aren't so much
case-sensitive as casenannying <wink>.