In article <cadisq7ftyqu9+rglck54gmtwktccak97pvafdjszq9njqfu...@mail.gmail.com>, Nick Coghlan <ncogh...@gmail.com> wrote: > On 4 Mar 2014 08:40, "Mark Lawrence" <breamore...@yahoo.co.uk> wrote: > > Will this impact on the decision http://bugs.python.org/issue20846 ? > No. I never claimed pip was bug free (any more than CPython itself is), > merely the best available option. > > File a bug against pip (assuming there isn't one already), get it fixed, > and we'll bundle the fixed version with the next CPython maintenance > release.
FTR, the behavior documented in Issue20846 has nothing to do with either pip, setuptools, or python3.4. See updates to the issue. One could argue about whether pip should check and, by default, not offer to download and install packages that are marked in PyPI as not being compatible with the Python version being used, e.g. trying to install a Python 2 only package with a Python 3 or vice versa. AFAIK, neither pip nor easy_install (setuptools) has ever done that. And, in any case, it would not have helped with the package in question as it does not specify in its package metadata (as shown on PyPI) with which versions of Pythons it is supported. I don't know whether a request for such a feature has ever been made for pip; I didn't see any on a quick search of the pip tracker. But this is off-topic for python-dev. -- Ned Deily, n...@acm.org _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com