Mark Dickinson <dicki...@gmail.com> added the comment:

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.

----------
nosy: +brett.cannon

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8133>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to