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 martin.panter
Recipients Jeff.Hammel, barry, cvrebert, ethan.furman, gregory.p.smith, martin.panter, r.david.murray, takluyver
Date 2015-03-20.00:11:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426810265.29.0.0754606818018.issue23342@psf.upfronthosting.co.za>
In-reply-to
Content
One thing that just popped into my mind that I don’t think has been discussed: The patch adds the new run() function to subprocess.__all__, but the CompletedProcess class is still missing. Was that an oversight or a conscious decision?
History
Date User Action Args
2015-03-20 00:11:05martin.pantersetrecipients: + martin.panter, barry, gregory.p.smith, r.david.murray, cvrebert, ethan.furman, takluyver, Jeff.Hammel
2015-03-20 00:11:05martin.pantersetmessageid: <1426810265.29.0.0754606818018.issue23342@psf.upfronthosting.co.za>
2015-03-20 00:11:05martin.panterlinkissue23342 messages
2015-03-20 00:11:05martin.pantercreate