Staging
v0.5.1
https://github.com/python/cpython
Revision b7fea62ccaf10364047e8fc39005fafec7ad5975 authored by Gregory P. Smith on 10 June 2008, 21:23:22 UTC, committed by Gregory P. Smith on 10 June 2008, 21:23:22 UTC
Part of reverting most of r63675 per the mailing list discussion.
1 parent 482f312
Raw File
Tip revision: b7fea62ccaf10364047e8fc39005fafec7ad5975 authored by Gregory P. Smith on 10 June 2008, 21:23:22 UTC
Rename bytesobject.c back to stringobject.c to keep with the PyString theme.
Tip revision: b7fea62
TODO.txt
To do
=====

* split very large files and add toctrees
* finish "Documenting Python"
* care about XXX comments
back to top