Message103662
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 |
|
| Date |
User |
Action |
Args |
| 2010-04-20 00:25:32 | vstinner | set | recipients:
+ vstinner, loewis |
| 2010-04-20 00:25:31 | vstinner | set | messageid: <[email protected]> |
| 2010-04-20 00:25:29 | vstinner | link | issue8242 messages |
| 2010-04-20 00:25:28 | vstinner | create | |
|