]> granicus.if.org Git - python/commit
Issue #24336: The contextmanager decorator now works with functions with
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 28 Jun 2015 14:09:11 +0000 (17:09 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 28 Jun 2015 14:09:11 +0000 (17:09 +0300)
commit9aad9f27407861d674570bf5c0bd957bbe13663b
tree90c1467cde02dbc8e1006123aa07b18cd5ca7495
parent2eff9e9441d76904792141b4b38b0eb649d9eb86
parenteab770404437bd49ebf897b681221784b0035795
Issue #24336: The contextmanager decorator now works with functions with
keyword arguments called "func" and "self".  Patch by Martin Panter.
Misc/NEWS