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 lemburg
Recipients lemburg, loewis, vstinner
Date 2010-06-10.09:43:45
SpamBayes Score 0.0017128178
Marked as misclassified No
Message-id <4C10B3CF.7000607@egenix.com>
In-reply-to <1276038123.97.0.00682322523581.issue8839@psf.upfronthosting.co.za>
Content
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.
History
Date User Action Args
2010-06-10 09:43:47lemburgsetrecipients: + lemburg, loewis, vstinner
2010-06-10 09:43:45lemburglinkissue8839 messages
2010-06-10 09:43:45lemburgcreate