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 serhiy.storchaka
Recipients chris.jerdonek, docs@python, r.david.murray, serhiy.storchaka
Date 2014-12-18.14:46:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583671.jtY2RXP0F0@raxxla>
In-reply-to <1418912253.2.0.436670845171.issue23079@psf.upfronthosting.co.za>
Content
> Or would s/case-insensitive/not case-preserving/ be more accurate?  (Well,
> you'd probably rewrite the sentence to eliminate the 'not').

This would not be more accurate because behavior depends from OS, not from file 
system. On Unix/Linux your can mount case-insensitive filesystem, but 
normcase() doesn't know anything about this.
History
Date User Action Args
2014-12-18 14:46:41serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, chris.jerdonek, docs@python
2014-12-18 14:46:41serhiy.storchakalinkissue23079 messages
2014-12-18 14:46:41serhiy.storchakacreate