Message 104774 - Python tracker
Message104774
| 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:28 | vstinner | set | recipients: + vstinner, brett.cannon, r.david.murray, michael.foord |
| 2010-05-02 09:39:28 | vstinner | set | messageid: <1272793168.2.0.4646621452.issue8589@psf.upfronthosting.co.za> |
| 2010-05-02 09:39:26 | vstinner | link | issue8589 messages |
| 2010-05-02 09:39:25 | vstinner | create | |