Author: Matti Picus <[email protected]> Branch: cpyext-py3-instancemethod-attributes Changeset: r94055:4800349b3d58 Date: 2018-03-21 18:43 +0200 http://bitbucket.org/pypy/pypy/changeset/4800349b3d58/
Log: document, close branch to be merged diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst --- a/pypy/doc/whatsnew-pypy3-head.rst +++ b/pypy/doc/whatsnew-pypy3-head.rst @@ -13,4 +13,7 @@ Update winreg module to use unicode, wide-strings +.. branch: cpyext-py3-instancemethod-attributes +Add missing ``__doc__``, ``__module__``, ``__name__`` attributes to +``instancemethod`` _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
