On 2008-06-11 16:32, M.-A. Lemburg wrote:
There are two things I'd like to get in to 3.0:
* .transform()/.untransform() methods (this is mostly done, just need
to add the methods to PyUnicode, PyBytes and PyByteArray)
* cleanup of the PyUnicode_AsString() and PyUnicode_AsStringAndSize()
On Wed, Aug 6, 2008 at 3:40 PM, M.-A. Lemburg <[EMAIL PROTECTED]> wrote:
> On 2008-06-11 16:32, M.-A. Lemburg wrote:
>>
>> There are two things I'd like to get in to 3.0:
>>
>> * .transform()/.untransform() methods (this is mostly done, just need
>> to add the methods to PyUnicode, PyBytes and P