➜

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
收信人 lemburg, loewis, vstinner
日期 2010-06-08.23:02:02
SpamBayes Score 0.009985559
Marked as misclassified 否
Message-id <1276038123.97.0.00682322523581.issue8839@psf.upfronthosting.co.za>
In-reply-to
内容
> t# was meant to provide access to text data, so replacing it with a
> parser code that is meant for binary data is not correct. The
> closes Python3 gets to t# from Python2 is s# or s*, so please use
> those in the NEWS entry and s* in charbuffer_encode().

Done. Patch commited as r81854 in 3.2: it removes also codecs.charbuffer_encode(). Commit blocked in 3.1 (r81855).
历史
日期 用户 动作 参数
2010-06-08 23:02:04vstinner修改recipients: + vstinner, lemburg, loewis
2010-06-08 23:02:03vstinner修改messageid: <1276038123.97.0.00682322523581.issue8839@psf.upfronthosting.co.za>
2010-06-08 23:02:02vstinner链接issue8839 messages
2010-06-08 23:02:02vstinner创建