Author: Armin Rigo <[email protected]> Branch: Changeset: r89183:8fb31ee71d77 Date: 2016-12-19 15:42 +0100 http://bitbucket.org/pypy/pypy/changeset/8fb31ee71d77/
Log: Document merge 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 @@ -64,3 +64,7 @@ ``PyGetSetDescrObject``. The other direction seem to be fully implemented. This branch made a minimal effort to convert the basic fields to avoid segfaults, but trying to use the ``PyGetSetDescrObject`` will probably fail. + +.. branch: stdlib-2.7.13 + +Updated the implementation to match CPython 2.7.13 instead of 2.7.13. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
