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 ncoghlan
Recipients dstufft, larry, martin.panter, ncoghlan
Date 2015-05-23.08:24:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432369443.02.0.741311528089.issue24267@psf.upfronthosting.co.za>
In-reply-to
Content
There's two issues here:

1. The bundled pip should be upgraded to the recently released 7.0 (I believe we can do that after beta 1, due to the different-from-normal guidelines set up in PEP 453)

2. Neither the tests nor ensurepip itself should be touching the network by default, so we need to change the way we implicitly invoke pip to ensure the "up to date" check is disabled (it will still get triggered the first time a user invokes pip normally)
History
Date User Action Args
2015-05-23 08:24:03ncoghlansetrecipients: + ncoghlan, larry, martin.panter, dstufft
2015-05-23 08:24:03ncoghlansetmessageid: <1432369443.02.0.741311528089.issue24267@psf.upfronthosting.co.za>
2015-05-23 08:24:03ncoghlanlinkissue24267 messages
2015-05-23 08:24:02ncoghlancreate