[Python-3000] Stabilizing the C API of 2.6 and 3.0

Benjamin Peterson musiccomposition at gmail.com
Mon May 26 14:35:24 CEST 2008


On Sun, May 25, 2008 at 9:59 AM, Christian Heimes <lists at cheimes.de> wrote:
>
> I like to follow Guido's advice and change the code as following:
>
>  * replace PyBytes_ with PyByteArray_
>  * replace PyString with PyBytes_
>  * rename bytesobject.[ch] to bytearrayobject.[ch]
>  * rename stringobject.[ch] to bytesobject.[ch]
>  * add a new file stringobject.h which contains the aliases PyString_ ->
> PyBytes_

+1

Do you need any help?
>
> Christian




-- 
Cheers,
Benjamin Peterson
"There's no place like 127.0.0.1."


More information about the Python-3000 mailing list