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.

作者 vstinner
收信人 loewis, vstinner
日期 2010-04-20.00:25:10
SpamBayes Score 0.014110085
Marked as misclassified
Message-id <1271723131.17.0.0377792913147.issue8242@psf.upfronthosting.co.za>
In-reply-to
内容
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
历史
日期 用户 动作 参数
2010-04-20 00:25:32vstinner修改recipients: + vstinner, loewis
2010-04-20 00:25:31vstinner修改messageid: <1271723131.17.0.0377792913147.issue8242@psf.upfronthosting.co.za>
2010-04-20 00:25:29vstinner链接issue8242 messages
2010-04-20 00:25:28vstinner创建