Renamed bytesobject.c to bytearrayobject.c

Renamed stringobject.c to bytesobject.c
Fixed Windows builds
This commit is contained in:
Christian Heimes 2008-05-26 13:01:01 +00:00
parent 593daf545b
commit 44720838eb
5 changed files with 8330 additions and 8326 deletions

View file

@ -658,6 +658,10 @@
RelativePath="..\Include\bytes_methods.h"
>
</File>
<File
RelativePath="..\Include\bytearrayobject.h"
>
</File>
<File
RelativePath="..\Include\bytesobject.h"
>
@ -1370,6 +1374,10 @@
RelativePath="..\Objects\bytes_methods.c"
>
</File>
<File
RelativePath="..\Objects\bytearrayobject.c"
>
</File>
<File
RelativePath="..\Objects\bytesobject.c"
>
@ -1490,10 +1498,6 @@
RelativePath="..\Objects\sliceobject.c"
>
</File>
<File
RelativePath="..\Objects\stringobject.c"
>
</File>
<File
RelativePath="..\Objects\structseq.c"
>