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 r.david.murray
Recipients ezio.melotti, giampaolo.rodola, l0nwlf, orsenthil, pitrou, r.david.murray
Date 2010-06-22.21:05:59
SpamBayes Score 0.013091321
Marked as misclassified No
Message-id <1277240761.15.0.640796401591.issue9018@psf.upfronthosting.co.za>
In-reply-to
Content
My understanding is that there is a deep problem here, in that file system case (and in some cases encoding) is not OS/platform dependent, but is rather *file system* dependent.

Adding lower to normcase on OS X is probably not going to break much code (he says with no evidence to back it up), but someday it would be nice to address the various file system type dependencies in the os module :(

In any case, it is probably better to address the 'lower' issue in a separate issue/patch.
History
Date User Action Args
2010-06-22 21:06:01r.david.murraysetrecipients: + r.david.murray, orsenthil, pitrou, giampaolo.rodola, ezio.melotti, l0nwlf
2010-06-22 21:06:01r.david.murraysetmessageid: <1277240761.15.0.640796401591.issue9018@psf.upfronthosting.co.za>
2010-06-22 21:05:59r.david.murraylinkissue9018 messages
2010-06-22 21:05:59r.david.murraycreate