> On Oct 6, 2014, at 6:39 AM, Joost Molenaar <[email protected]> wrote:
> 
> Hi all,
> 
> When I run `pip list --outdated` on my raspberry pi, pip seems to hang on 
> setuptools.
> Investigating a bit, I found that currently, there are 11034 links being 
> returned [1],
> weighing 1379 KiB. Many of these are links to issue pages on github and 
> bitbucket,
> also, many of these links are duplicated 20-25 times.
> 
> Is this normal/expected? Is it a bug, if so, should I file it somewhere?
> 
> Regards,
> 
> Joost Molenaar
> 
> [1] https://pypi.python.org/simple/setuptools/ 
> <https://pypi.python.org/simple/setuptools/>
> 
> _______________________________________________
> Distutils-SIG maillist  -  [email protected]
> https://mail.python.org/mailman/listinfo/distutils-sig


It’s normal in that it’s what PyPI has always done and changing it requires 
going through a process.

It just so happens that I’ve started that process (see PEP 470!) and hopefully 
this will change in the near future :)

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

_______________________________________________
Distutils-SIG maillist  -  [email protected]
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to