]> granicus.if.org Git - python/commit
Issue #11647: allow contextmanager objects to be used as decorators as described...
authorNick Coghlan <ncoghlan@gmail.com>
Thu, 5 May 2011 13:49:25 +0000 (23:49 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Thu, 5 May 2011 13:49:25 +0000 (23:49 +1000)
commit0ded3e307b188246018c893d90f26dfba6fe282c
treee38e7fb0d4d1a7de987713b7ea540dfdf00ea230
parentf77b74dd1beacb69b6853303aa70a0de64cd71ae
Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray.
Doc/library/contextlib.rst
Lib/contextlib.py
Lib/test/test_contextlib.py
Lib/test/test_with.py
Misc/ACKS
Misc/NEWS