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 vstinner
Recipients docs@python, eric.araujo, georg.brandl, jh45, tchrist, vstinner
Date 2011-08-12.13:18:17
SpamBayes Score 0.0021679306
Marked as misclassified No
Message-id <1313155098.08.0.592683077737.issue11230@psf.upfronthosting.co.za>
In-reply-to
Content
> 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").
History
Date User Action Args
2011-08-12 13:18:18vstinnersetrecipients: + vstinner, georg.brandl, eric.araujo, docs@python, jh45, tchrist
2011-08-12 13:18:18vstinnersetmessageid: <1313155098.08.0.592683077737.issue11230@psf.upfronthosting.co.za>
2011-08-12 13:18:17vstinnerlinkissue11230 messages
2011-08-12 13:18:17vstinnercreate