This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients ijmorlan, loewis, ned.deily
Date 2008-08-01.21:56:14
SpamBayes Score 0.075411096
Marked as misclassified No
Message-id <1217627775.76.0.0841939589543.issue3485@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows, case-insensitivity is part of the API, not of the file
system. NTFS itself is case-sensitive, and there are case-sensitive
subsystems on top of it (e.g. the POSIX subsystem, Interix). Win32, when
calling the file system, asks for case-insensitive lookup (which NTFS
also supports efficiently).

I believe FAT is inherently case-insensitive.
History
Date User Action Args
2008-08-01 21:56:15loewissetrecipients: + loewis, ijmorlan, ned.deily
2008-08-01 21:56:15loewissetmessageid: <1217627775.76.0.0841939589543.issue3485@psf.upfronthosting.co.za>
2008-08-01 21:56:15loewislinkissue3485 messages
2008-08-01 21:56:14loewiscreate