mirror of
https://github.com/python/cpython.git
synced 2025-09-18 14:40:43 +00:00
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:
parent
482f31299c
commit
b7fea62cca
6 changed files with 6 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue