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 /PCbuild | |
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 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index a55f864..70d8724 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1379,7 +1379,7 @@ > </File> <File - RelativePath="..\Objects\bytesobject.c" + RelativePath="..\Objects\stringobject.c" > </File> <File |