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 mark.dickinson
Recipients brett.cannon, ezio.melotti, mark.dickinson
Date 2010-03-16.19:25:34
SpamBayes Score 7.7080316e-05
Marked as misclassified No
Message-id <1268767538.14.0.771903400854.issue8133@psf.upfronthosting.co.za>
In-reply-to
Content
Brett:  any thoughts on this?  Should imp.find_module automatically apply NFD normalization to the given string on OS X?

It seems to me that doing this properly is a bit nasty, since the correct condition isn't that the OS is OS X, but that the relevant filesystem is HFS+;  presumably a single call to imp.find_module could end up checking directories with differing filesystems.
History
Date User Action Args
2010-03-16 19:25:38mark.dickinsonsetrecipients: + mark.dickinson, brett.cannon, ezio.melotti
2010-03-16 19:25:38mark.dickinsonsetmessageid: <1268767538.14.0.771903400854.issue8133@psf.upfronthosting.co.za>
2010-03-16 19:25:35mark.dickinsonlinkissue8133 messages
2010-03-16 19:25:34mark.dickinsoncreate