[Python-ideas] More "ensure*" packages

Donald Stufft donald at stufft.io
Fri Aug 14 15:44:46 CEST 2015
On August 14, 2015 at 7:22:56 AM, M.-A. Lemburg (mal at egenix.com) wrote:
>  
> requests is already installed as part of pip, along with a whole
> set of other packages (but not exposed at the top-level), so
> moving it to its own ensure package wouldn't really change much
> in terms of approach.


This isn’t really true except in a very abstract sense. Yes, requests exists because of pip, but it exists inside of pip (``import pip._vendor.requests``) not anywhere where normal people should be importing it.

-----------------
Donald Stufft
PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA




More information about the Python-ideas mailing list