diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-06-10 21:23:22 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-06-10 21:23:22 (GMT) |
commit | b7fea62ccaf10364047e8fc39005fafec7ad5975 (patch) | |
tree | c039f1bc27af755829426c09090b6995e5b5904a /PC/VC6/pythoncore.dsp | |
parent | 482f31299c3512a2033c48c92ae1d055c038824c (diff) | |
download | cpython-b7fea62ccaf10364047e8fc39005fafec7ad5975.zip cpython-b7fea62ccaf10364047e8fc39005fafec7ad5975.tar.gz cpython-b7fea62ccaf10364047e8fc39005fafec7ad5975.tar.bz2 |
Rename bytesobject.c back to stringobject.c to keep with the PyString theme.
Part of reverting most of r63675 per the mailing list discussion.
Diffstat (limited to 'PC/VC6/pythoncore.dsp')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 24641b1..992f816 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -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
|