]> granicus.if.org Git - python/commit
First step of the C API rename:
authorChristian Heimes <christian@cheimes.de>
Mon, 26 May 2008 12:29:14 +0000 (12:29 +0000)
committerChristian Heimes <christian@cheimes.de>
Mon, 26 May 2008 12:29:14 +0000 (12:29 +0000)
commit3497f9447633b0a60a0b42ba06f2246805b20bb9
treeadbb433e1bbe57b2fa11c6810eb962b75f663db6
parentb4701e638c1030e575adf441aab01ad6319cc83d
First step of the C API rename:
renamed Include/bytesobject.h to Include/bytearrayobject.h
renamed Include/stringobject.h to Include/bytesobject.h
added Include/stringobject.h with aliases
Include/Python.h
Include/bytearrayobject.h [new file with mode: 0644]
Include/bytesobject.h
Include/pythonrun.h
Include/stringobject.h
Objects/bytesobject.c
Objects/object.c
Objects/stringobject.c
Objects/unicodeobject.c
Python/bltinmodule.c
Python/pythonrun.c