Author: Christian Hudon <[email protected]> Branch: pycon2013-doc-fixes Changeset: r62424:36324253c8c5 Date: 2013-03-18 16:52 -0700 http://bitbucket.org/pypy/pypy/changeset/36324253c8c5/
Log: Update whatsnew file for pycon2013-doc-fixes branch. diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -91,3 +91,6 @@ Moves optimized JIT frames from stack to heap. As a side effect it enables stackless to work well with the JIT on PyPy. Also removes a bunch of code from the GC which fixes cannot find gc roots. + +.. branch: pycon2013-doc-fixes +Documentation fixes after going through the docs at PyCon 2013 sprint. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
