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 db3l, flox, mark.dickinson, michael.foord, ned.deily, ronaldoussoren, vstinner
Date 2010-10-29.00:08:14
SpamBayes Score 5.5145072e-05
Marked as misclassified No
Message-id <1288310895.84.0.0158765515882.issue8423@psf.upfronthosting.co.za>
In-reply-to
Content
> I opened the issue #10209: "Mac OS X: Decompose filenames on encode, 
> and precompose filenames on decode".

It was a bad idea. I fixed test_pep277 instead with:
 - r85897 disables the filenames that are normalized differently by Python and by darwin
 - r85899 disables test_normalize and test_listdir tests

And test_pep277 now pass on "x86 Tiger 3.x" buildbot, and so I can close this issue (and issue #10209).
History
Date User Action Args
2010-10-29 00:08:15vstinnersetrecipients: + vstinner, db3l, ronaldoussoren, mark.dickinson, ned.deily, michael.foord, flox
2010-10-29 00:08:15vstinnersetmessageid: <1288310895.84.0.0158765515882.issue8423@psf.upfronthosting.co.za>
2010-10-29 00:08:14vstinnerlinkissue8423 messages
2010-10-29 00:08:14vstinnercreate