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
This commit is contained in:
Christian Heimes 2008-05-26 12:29:14 +00:00
parent b4701e638c
commit 3497f94476
11 changed files with 513 additions and 476 deletions

View file

@ -94,6 +94,7 @@
/* #include "memoryobject.h" */
#include "bufferobject.h"
#include "bytesobject.h"
#include "bytearrayobject.h"
#include "tupleobject.h"
#include "listobject.h"
#include "dictobject.h"