This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients michael.foord, ncoghlan, pitrou, python-dev, ysj.ray
Date 2011-05-05.14:04:03
SpamBayes Score 1.2175949e-05
Marked as misclassified No
Message-id <E1QHz9u-0005ht-8P@dinsdale.python.org>
In-reply-to
Content
New changeset e4ba097123f6 by Nick Coghlan in branch '3.2':
Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray.
http://hg.python.org/cpython/rev/e4ba097123f6

New changeset b23d1df7e47e by Nick Coghlan in branch 'default':
Merge #11647 update from 3.2
http://hg.python.org/cpython/rev/b23d1df7e47e
History
Date User Action Args
2011-05-05 14:04:04python-devsetrecipients: + python-dev, ncoghlan, pitrou, michael.foord, ysj.ray
2011-05-05 14:04:03python-devlinkissue11647 messages
2011-05-05 14:04:03python-devcreate