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 loewis
Recipients loewis, mark.dickinson, r.david.murray
Date 2009-05-05.21:15:37
SpamBayes Score 3.158124e-09
Marked as misclassified No
Message-id <1241558139.11.0.769191545542.issue5944@psf.upfronthosting.co.za>
In-reply-to
Content
I think skipping the test entirely would be even better on Darwin. The
test is really meant to pass only on systems that treat file names as
uninterpreted byte sequences (as such, it may also fail on Linux if the
file system driver enforces UTF-8).

To skip it, it probably would be best to move it out of the "not win32"
block, and into a "neither win32 nor darwin" block - or use the skipIf
decorator.
History
Date User Action Args
2009-05-05 21:15:39loewissetrecipients: + loewis, mark.dickinson, r.david.murray
2009-05-05 21:15:39loewissetmessageid: <1241558139.11.0.769191545542.issue5944@psf.upfronthosting.co.za>
2009-05-05 21:15:38loewislinkissue5944 messages
2009-05-05 21:15:37loewiscreate