STINNER Victor <victor.stin...@haypocalc.com> added the comment:

> The issue I'm thinking about is that the Mac HSF+ filesystem

There is no issue with HFS+ normalization. The kernel "normalizes" filenames to 
its own variant, Python doesn't have to care about this.

When you write "import h<é normalized to NFC>" or "import h<é normalized to 
NFD>", Python tries to open "h<é normalized to NFC>.py": then the HFS+ filename 
does its own normalization (=> "h<é normalized to its variant of NFD>.py").

----------

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

Reply via email to