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 dstufft
Recipients dstufft, ncoghlan, steve.dower, vinay.sajip, vstinner
Date 2015-01-03.11:00:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420282826.26.0.530842482345.issue22256@psf.upfronthosting.co.za>
In-reply-to
Content
I just noticed this issue. I think all that really needs done here is changing the venv module to use subprocess.check_call instead of subprocess.check_output when calling ensurepip.
History
Date User Action Args
2015-01-03 11:00:26dstufftsetrecipients: + dstufft, vinay.sajip, ncoghlan, vstinner, steve.dower
2015-01-03 11:00:26dstufftsetmessageid: <1420282826.26.0.530842482345.issue22256@psf.upfronthosting.co.za>
2015-01-03 11:00:26dstufftlinkissue22256 messages
2015-01-03 11:00:26dstufftcreate