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 rhettinger
Recipients Julian, eric.araujo, eric.snow, giampaolo.rodola, ncoghlan, nikratio, rhettinger, smarnach
Date 2011-12-22.01:41:51
SpamBayes Score 4.3275923e-05
Marked as misclassified No
Message-id <1324518114.38.0.273753234019.issue13585@psf.upfronthosting.co.za>
In-reply-to
Content
"I put my version up as a cookbook recipe: http://code.activestate.com/recipes/577981-cleanupmanager-for-with-statements/"

One other idea is to model what I've done with the itertools docs by adding a recipe section.  I used it as an incubator for possible new itertools; as a set of tested cut-and-pasteable recipes; and to serve as an instructive guide for learning about how to build iterators.  A nice side benefit of posting code in the docs is that I was free to change, improve, or remove the recipes over time (the contrasts with real additions to the standard library which are hard to change once they are released).
History
Date User Action Args
2011-12-22 01:41:56rhettingersetrecipients: + rhettinger, ncoghlan, giampaolo.rodola, eric.araujo, nikratio, Julian, eric.snow, smarnach
2011-12-22 01:41:54rhettingersetmessageid: <1324518114.38.0.273753234019.issue13585@psf.upfronthosting.co.za>
2011-12-22 01:41:53rhettingerlinkissue13585 messages
2011-12-22 01:41:52rhettingercreate