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.smith
Recipients dstufft, eric.smith, pradyunsg, serhiy.storchaka, webknjaz
Date 2019-04-12.13:32:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555075972.78.0.787370773699.issue36608@roundup.psfhosted.org>
In-reply-to
Content
ensurepip does not access the network, by design. We do not want it to start access the network without a lot of discussion.

And if it does access the network, it will need to be able to use alternate URLs. For example: where I deploy Python, it would not have access to the URLs in your PR, but instead would need to specify a different (internal) location. This is the same reason that pip install has --find-links, --no-index, --extra-index-url, etc.

I think this would need a lot of discussion (probably on distutils-sig), and probably a PEP.
History
Date User Action Args
2019-04-12 13:32:52eric.smithsetrecipients: + eric.smith, serhiy.storchaka, dstufft, webknjaz, pradyunsg
2019-04-12 13:32:52eric.smithsetmessageid: <1555075972.78.0.787370773699.issue36608@roundup.psfhosted.org>
2019-04-12 13:32:52eric.smithlinkissue36608 messages
2019-04-12 13:32:52eric.smithcreate