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.

作者 lemburg
收信人 lemburg, loewis, vstinner
日期 2010-06-10.09:43:45
SpamBayes Score 0.0017128178
Marked as misclassified
Message-id <4C10B3CF.7000607@egenix.com>
In-reply-to <1276038123.97.0.00682322523581.issue8839@psf.upfronthosting.co.za>
内容
STINNER Victor wrote:
> 
> STINNER Victor <victor.stinner@haypocalc.com> added the comment:
> 
>> 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).

Thanks.
历史
日期 用户 动作 参数
2010-06-10 09:43:47lemburg修改recipients: + lemburg, loewis, vstinner
2010-06-10 09:43:45lemburg链接issue8839 messages
2010-06-10 09:43:45lemburg创建