
May 26, 2008
7:35 p.m.
On Sun, May 25, 2008 at 9:59 AM, Christian Heimes <lists@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."