This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:32vstinnersetrecipients: + vstinner, loewis
2010-04-20 00:25:31vstinnersetmessageid: <1271723131.17.0.0377792913147.issue8242@psf.upfronthosting.co.za>
2010-04-20 00:25:29vstinnerlinkissue8242 messages
2010-04-20 00:25:28vstinnercreate