]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26634: recursive_repr() now sets __qualname__ of wrapper.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 26 Apr 2016 06:31:11 +0000 (09:31 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 26 Apr 2016 06:31:11 +0000 (09:31 +0300)
commitcd9b5c2f4062860d614875e5943ce5e7fc9436ed
treebb21e78d3f91e57f34f8e10fcfdc2fef1a6334c1
parent144da4ec850583c51e1c9cf55d8aaf20cdc7af5d
parentb3b366d803207eb580a315a2b49733f100e92e89
Issue #26634: recursive_repr() now sets __qualname__ of wrapper.
Patch by Xiang Zhang.
Misc/NEWS