Message 103662 - Python tracker
Message103662
| Author | vstinner |
|---|---|
| Recipients | loewis, vstinner |
| Date | 2010-04-20.00:25:10 |
| SpamBayes Score | 0.014110085 |
| Marked as misclassified | No |
| Message-id | <1271723131.17.0.0377792913147.issue8242@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Updated patch: - Some parts have been applied in other issues - Remove assert(PyBytes_Check(x)): support PyByteArray type - use PyErr_Format() instead of sprintf+PyErr_SetString in tokenizer.c - don't convert message to byte and then back to unicode in err_input(): keep the unicode object |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-04-20 00:25:32 | vstinner | set | recipients: + vstinner, loewis |
| 2010-04-20 00:25:31 | vstinner | set | messageid: <1271723131.17.0.0377792913147.issue8242@psf.upfronthosting.co.za> |
| 2010-04-20 00:25:29 | vstinner | link | issue8242 messages |
| 2010-04-20 00:25:28 | vstinner | create | |