[pypy-commit] pypy default: document merged branch

mattip pypy.commits at gmail.com
Wed Dec 7 16:27:04 EST 2016


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r88959:45d8737398c9
Date: 2016-12-07 22:21 +0200
http://bitbucket.org/pypy/pypy/changeset/45d8737398c9/

Log:	document merged 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
@@ -40,3 +40,8 @@
 Refactor FunctionDesc.specialize() and related code (RPython annotator).
 
 .. branch: raw-calloc
+
+.. branch: issue2446
+
+Assign ``tp_doc`` to the new TypeObject's type dictionary ``__doc__`` key
+so it will be picked up by app-level objects of that type


More information about the pypy-commit mailing list