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 brian.curtin
Recipients brian.curtin, eric.araujo
Date 2010-12-03.02:12:13
SpamBayes Score 1.1045696e-05
Marked as misclassified No
Message-id <1291342336.38.0.55829558257.issue10554@psf.upfronthosting.co.za>
In-reply-to
Content
I updated the doc to be much more simple. I got used to sys.executable based tests :) New patch attached.

As for __del__, I think it should do it's thing, and the exit will do it's own. Context managers are traditionally used on file-based things, or things that can be opened or closed. Creating a Popen object will open one or more pipes, so we should just close those opened pipes.
History
Date User Action Args
2010-12-03 02:12:16brian.curtinsetrecipients: + brian.curtin, eric.araujo
2010-12-03 02:12:16brian.curtinsetmessageid: <1291342336.38.0.55829558257.issue10554@psf.upfronthosting.co.za>
2010-12-03 02:12:13brian.curtinlinkissue10554 messages
2010-12-03 02:12:13brian.curtincreate