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 lars
Recipients Olivier.Grisel, jnoller, lars, sbt
Date 2013-09-12.10:51:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378983086.93.0.224350993638.issue18999@psf.upfronthosting.co.za>
In-reply-to
Content
I don't really see the benefit of a context manager over an argument. It's a power user feature anyway, and context managers (at least to me) signal cleanup actions, rather than construction options.
History
Date User Action Args
2013-09-12 10:51:27larssetrecipients: + lars, jnoller, sbt, Olivier.Grisel
2013-09-12 10:51:26larssetmessageid: <1378983086.93.0.224350993638.issue18999@psf.upfronthosting.co.za>
2013-09-12 10:51:26larslinkissue18999 messages
2013-09-12 10:51:26larscreate