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 r.david.murray
Recipients kristjan.jonsson, ncoghlan, r.david.murray
Date 2013-08-07.14:44:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375886679.42.0.377205129998.issue18677@psf.upfronthosting.co.za>
In-reply-to
Content
Your use cases are either already addressed by contextlib.ExitStack, or should be addressed in the context of its existence.  It is the replacement for contextlib.nested.
History
Date User Action Args
2013-08-07 14:44:39r.david.murraysetrecipients: + r.david.murray, ncoghlan, kristjan.jonsson
2013-08-07 14:44:39r.david.murraysetmessageid: <1375886679.42.0.377205129998.issue18677@psf.upfronthosting.co.za>
2013-08-07 14:44:39r.david.murraylinkissue18677 messages
2013-08-07 14:44:39r.david.murraycreate