Message121323
| Author | belopolsky |
|---|---|
| Recipients | belopolsky, lemburg, loewis, vstinner |
| Date | 2010-11-16.22:45:32 |
| SpamBayes Score | 0.00035336008 |
| Marked as misclassified | No |
| Message-id | <1289947534.32.0.0748629327808.issue10435@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
PyUnicode_AsDecodedObject() and PyUnicode_AsDecodedUnicode() appear to be broken as well: both start with a PyUnicode_Check(unicode) and then pass unicode to PyCodec_Decode() which expects bytes. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-11-16 22:45:34 | belopolsky | set | recipients: + belopolsky, lemburg, loewis, vstinner |
| 2010-11-16 22:45:34 | belopolsky | set | messageid: <1289947534.32.0.0748629327808.issue10435@psf.upfronthosting.co.za> |
| 2010-11-16 22:45:32 | belopolsky | link | issue10435 messages |
| 2010-11-16 22:45:32 | belopolsky | create | |