Eric V. Smith <e...@trueblade.com> added the comment:

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.

----------
nosy: +eric.smith

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36608>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to