[issue8133] test_imp fails on OS X 10.6; filename normalization issue.

Mark Dickinson report at bugs.python.org
Tue Mar 16 20:25:38 CET 2010


Mark Dickinson <dickinsm at 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 <report at bugs.python.org>
<http://bugs.python.org/issue8133>
_______________________________________


More information about the Python-bugs-list mailing list