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 twb
Recipients amaury.forgeotdarc, gregory.p.smith, ned.deily, r.david.murray, schmir, twb
Date 2009-09-30.20:11:35
SpamBayes Score 0.00013821978
Marked as misclassified No
Message-id <1254341497.03.0.53574714172.issue6972@psf.upfronthosting.co.za>
In-reply-to
Content
Good point, I'd forgotten that case-sensitive file systems are an
option. I do know that it's not the default, though, and that as shipped
from Apple, at least the consumer machines are case-insensitive. Things
may be different in server-land.

For what it's worth, NTFS isn't entirely case-insensitive, either.
(http://support.microsoft.com/kb/100625)

Should the os.path.normcase() method be made smarter, and actually query
the filesystem about such things? (If I should start a new ticket for
this, somebody please let me know.)
History
Date User Action Args
2009-09-30 20:11:37twbsetrecipients: + twb, gregory.p.smith, amaury.forgeotdarc, schmir, ned.deily, r.david.murray
2009-09-30 20:11:37twbsetmessageid: <1254341497.03.0.53574714172.issue6972@psf.upfronthosting.co.za>
2009-09-30 20:11:35twblinkissue6972 messages
2009-09-30 20:11:35twbcreate