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 vstinner
Recipients serhiy.storchaka, vstinner
Date 2015-01-13.23:41:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421192461.64.0.911516234193.issue23234@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch refactors subprocess code:

- use new OSError exceptions
- factorize stdin.write() code
History
Date User Action Args
2015-01-13 23:41:01vstinnersetrecipients: + vstinner, serhiy.storchaka
2015-01-13 23:41:01vstinnersetmessageid: <1421192461.64.0.911516234193.issue23234@psf.upfronthosting.co.za>
2015-01-13 23:41:01vstinnerlinkissue23234 messages
2015-01-13 23:41:01vstinnercreate