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 eric.araujo
Recipients eric.araujo
Date 2011-04-30.15:49:30
SpamBayes Score 0.012333915
Marked as misclassified No
Message-id <1304178570.81.0.335603645525.issue11965@psf.upfronthosting.co.za>
In-reply-to
Content
Previous to 3.2, os.popen was made a context manager thanks to a private helper, os._wrap_close (contextlib.closing was maybe unavailable due to a bootstrapping issue).  Now that subprocess.Popen directly implements the context manager protocol, this could be cleaned up.
History
Date User Action Args
2011-04-30 15:49:30eric.araujosetrecipients: + eric.araujo
2011-04-30 15:49:30eric.araujosetmessageid: <1304178570.81.0.335603645525.issue11965@psf.upfronthosting.co.za>
2011-04-30 15:49:30eric.araujolinkissue11965 messages
2011-04-30 15:49:30eric.araujocreate