Rename bytesobject.c back to stringobject.c to keep with the PyString theme.

Part of reverting most of r63675 per the mailing list discussion.
This commit is contained in:
Gregory P. Smith 2008-06-10 21:23:22 +00:00
parent 482f31299c
commit b7fea62cca
6 changed files with 6 additions and 8 deletions

View file

@ -241,7 +241,7 @@ SOURCE=..\..\Objects\bytearrayobject.c
# End Source File
# Begin Source File
SOURCE=..\..\Objects\bytesobject.c
SOURCE=..\..\Objects\stringobject.c
# End Source File
# Begin Source File

View file

@ -446,7 +446,7 @@
RelativePath="..\..\Objects\bytearrayobject.c">
</File>
<File
RelativePath="..\..\Objects\bytesobject.c">
RelativePath="..\..\Objects\stringobject.c">
</File>
<File
RelativePath="..\..\Objects\bytes_methods.c">

View file

@ -1379,7 +1379,7 @@
>
</File>
<File
RelativePath="..\..\Objects\bytesobject.c"
RelativePath="..\..\Objects\stringobject.c"
>
</File>
<File