]> 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:06:07 +0000 (17:06 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 28 Jun 2015 14:06:07 +0000 (17:06 +0300)
commit101ff3541cbe5bd9549722dc53c28d6c21b9389c
tree58ae6bba18ae65ca686f8a7ea89a78b482400f5e
parentacac1e0e3bf564fbad2107d8f50d7e9c42e5ef22
Issue #24336: The contextmanager decorator now works with functions with
keyword arguments called "func" and "self".  Patch by Martin Panter.
Lib/contextlib.py
Lib/test/test_contextlib.py
Lib/test/test_with.py
Misc/NEWS