Closed GoogleCodeExporter closed 9 years ago
It certainly seems there's a lot of demand for this so I think it's time to
accept it.
I guess we can do this starting from next psutil version.
Out of curiosity, what are the security and performance challenges you are
referring to?
Original comment by g.rodola
on 24 Jul 2013 at 5:32
The performance challenge is that to find externally hosted packages pip needs
to scrape the URLs, this is extremely slow compared to things hosted on PyPi
itself, which has a good distributed CDN. (You'd think being on google would
help things, empirically it does not).
The security concern is that the scraped URLs are not downloaded over HTTPS.
Original comment by alex.gay...@gmail.com
on 24 Jul 2013 at 5:37
Issue 419 has been merged into this issue.
Original comment by g.rodola
on 23 Aug 2013 at 10:53
Here we go: https://pypi.python.org/pypi?:action=display&name=psutil#downloads
Original comment by g.rodola
on 28 Sep 2013 at 10:05
Closing out as fixed. Release 1.1.0 is now available for download.
Original comment by g.rodola
on 28 Sep 2013 at 5:32
Original issue reported on code.google.com by
alex.gay...@gmail.com
on 21 Jul 2013 at 11:19