[Python-Dev] Case sensitive import.

Steven D. Majewski sdm7g@virginia.edu
Mon, 5 Feb 2001 16:29:58 -0500 (EST)


On Mon, 5 Feb 2001, Tim Peters wrote:

> [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.  

	     On Unix it always works ... depending on the filesystem. ;-)


>				Imports on Windows aren't so much
> case-sensitive as casenannying <wink>.
>