commit | 0ded3e307b188246018c893d90f26dfba6fe282c | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Thu May 05 23:49:25 2011 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Thu May 05 23:49:25 2011 +1000 |
tree | e38e7fb0d4d1a7de987713b7ea540dfdf00ea230 | |
parent | f77b74dd1beacb69b6853303aa70a0de64cd71ae [diff] |
Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray.