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 brett.cannon, michael.foord, r.david.murray, vstinner
Date 2010-05-02.09:39:25
SpamBayes Score 3.313163e-05
Marked as misclassified No
Message-id <1272793168.2.0.4646621452.issue8589@psf.upfronthosting.co.za>
In-reply-to
Content
The bug only occurs on Mac OS X because file system encoding is hardcoded to UTF-8 on this OS and the test is skipped if the file system encoding is ASCII.

But the bug is not specific to test_warnings, as mentionned by R. David Murray: #8533 is the real bug. test_warnings is just an example to reproduce it.

I just commited a fix for #8533: it should fix also this issue.
History
Date User Action Args
2010-05-02 09:39:28vstinnersetrecipients: + vstinner, brett.cannon, r.david.murray, michael.foord
2010-05-02 09:39:28vstinnersetmessageid: <1272793168.2.0.4646621452.issue8589@psf.upfronthosting.co.za>
2010-05-02 09:39:26vstinnerlinkissue8589 messages
2010-05-02 09:39:25vstinnercreate