Re: [Python-3000] Last minute C API fixes

2008-08-06 Thread M.-A. Lemburg
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()

Re: [Python-3000] Last minute C API fixes

2008-08-06 Thread Guido van Rossum
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