Message340039
| 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:52 | eric.smith | set | recipients: + eric.smith, serhiy.storchaka, dstufft, webknjaz, pradyunsg |
| 2019-04-12 13:32:52 | eric.smith | set | messageid: <1555075972.78.0.787370773699.issue36608@roundup.psfhosted.org> |
| 2019-04-12 13:32:52 | eric.smith | link | issue36608 messages |
| 2019-04-12 13:32:52 | eric.smith | create | |