[00:37:21] <choochootrain> quick question - is get-pip.py supposed to install the latest version of pip? the get-pip.py on the 1.5.6 tag is installing pip 6.0.3 and i'm not sure if that's intentional or not
[00:38:50] <dstufft> choochootrain: yea it installs the latest version, it's really just the equivilant of calling ``pip install pip``
[00:39:05] <dstufft> I've thought about adding a flag to make it possible to control the version
[00:41:22] <choochootrain> ok just checking :) i'm easy_installing pip 1.5.6, is there a better way to get a particular release?
[00:42:02] <dstufft> you can get-pip.py && pip install pip==1.5.6
[06:00:32] <tomprince> dstufft Will get-pip.py install pip==1.5.6 work?
[06:05:37] <dstufft> tomprince: don't think so, I think it'll get a duplicate requirements error
[06:05:58] <dstufft> tomprince: should be trivial to make it work though, just scan sys.argv for a ana rgument that says pip and if it exists don't add our own
[14:39:30] <pmxbot> jaraco pushed 2 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[14:39:30] <pmxbot> Removed svn support from setuptools. Ref #313.