]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Renamed files bytesobject.[ch] and stringobject.[ch]
authorChristian Heimes <christian@cheimes.de>
Mon, 26 May 2008 13:42:13 +0000 (13:42 +0000)
committerChristian Heimes <christian@cheimes.de>
Mon, 26 May 2008 13:42:13 +0000 (13:42 +0000)
commit2c9c7a5f33d502fa468e38537d57834c7e33aa4d
tree6a762dce75d1ff00e3b35ca0c7a8ee7c0f21b8fe
parent72b710a59617ebe6dd1c41613d2c7eb81702efd9
Renamed files bytesobject.[ch] and stringobject.[ch]
Fixed Windows build
Include/Python.h
Include/bytearrayobject.h [new file with mode: 0644]
Include/bytesobject.h
Include/stringobject.h [deleted file]
Makefile.pre.in
Objects/bytearrayobject.c [new file with mode: 0644]
Objects/bytesobject.c
Objects/stringobject.c [deleted file]
PCbuild/pythoncore.vcproj
Parser/tokenizer.c