This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients python-dev, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-04-26.06:31:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160426063134.13089.72213.F409C296@psf.io>
In-reply-to
Content
New changeset 1f0369547b0e by Serhiy Storchaka in branch '3.5':
Issue #26634: recursive_repr() now sets __qualname__ of wrapper.
https://hg.python.org/cpython/rev/1f0369547b0e

New changeset fb70ea8b7b2d by Serhiy Storchaka in branch 'default':
Issue #26634: recursive_repr() now sets __qualname__ of wrapper.
https://hg.python.org/cpython/rev/fb70ea8b7b2d
History
Date User Action Args
2016-04-26 06:31:37python-devsetrecipients: + python-dev, rhettinger, serhiy.storchaka, xiang.zhang
2016-04-26 06:31:37python-devlinkissue26634 messages
2016-04-26 06:31:36python-devcreate