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, gregory.p.smith, neologix, pitrou
Date 2011-05-10.02:28:20
SpamBayes Score 0.001838272
Marked as misclassified No
Message-id <1304994502.26.0.0380016504587.issue12044@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like we already mention that.

"""
Popen objects are supported as context managers via the with statement, closing any open file descriptors on exit.
"""

Antoine, do you think this should be more strongly worded?
History
Date User Action Args
2011-05-10 02:28:22brian.curtinsetrecipients: + brian.curtin, gregory.p.smith, pitrou, neologix
2011-05-10 02:28:22brian.curtinsetmessageid: <1304994502.26.0.0380016504587.issue12044@psf.upfronthosting.co.za>
2011-05-10 02:28:20brian.curtinlinkissue12044 messages
2011-05-10 02:28:20brian.curtincreate