Message 187640 - Python tracker (original) (raw)
Message187640
| Author | ezio.melotti |
|---|---|
| Recipients | barry, benjamin.peterson, eric.snow, ezio.melotti, ncoghlan, r.david.murray, serhiy.storchaka |
| Date | 2013-04-23.13:09:48 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | 1366722588.44.0.0516529093539.issue17792@psf.upfronthosting.co.za |
| In-reply-to |
| Content |
|---|
| I considered that, but is it guaranteed that the output encoding is UTF-8? What if the warning is printed on a Windows console that uses cp1252? I also considered encoding it and then use PyBytes_AsString, but I was hoping in something simpler (also I'm not sure where to get the right encoding). |
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-04-23 13:09:48 | ezio.melotti | set | recipients: + ezio.melotti, barry, ncoghlan, benjamin.peterson, r.david.murray, eric.snow, serhiy.storchaka |
| 2013-04-23 13:09:48 | ezio.melotti | set | messageid: 1366722588.44.0.0516529093539.issue17792@psf.upfronthosting.co.za |
| 2013-04-23 13:09:48 | ezio.melotti | link | issue17792 messages |
| 2013-04-23 13:09:48 | ezio.melotti | create |