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 ysj.ray
Recipients michael.foord, ncoghlan, pitrou, ysj.ray
Date 2011-03-28.14:49:18
SpamBayes Score 0.0012149891
Marked as misclassified No
Message-id <1301323758.62.0.40982666373.issue11647@psf.upfronthosting.co.za>
In-reply-to
Content
Now I found that I am wrong and I feel OK with make the context manager  reusable when used as a decorator. I missed one thing: the reusable behavior is regarded as in the decorated function but not in the decorator context manager. :)
History
Date User Action Args
2011-03-28 14:49:18ysj.raysetrecipients: + ysj.ray, ncoghlan, pitrou, michael.foord
2011-03-28 14:49:18ysj.raysetmessageid: <1301323758.62.0.40982666373.issue11647@psf.upfronthosting.co.za>
2011-03-28 14:49:18ysj.raylinkissue11647 messages
2011-03-28 14:49:18ysj.raycreate