This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients dstufft, jkloth, ncoghlan, paul.moore
Date 2014-01-06.15:02:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7dYR77C5aY+SOQg7B6+J8xh3ScMrm_79Li=Z+KPqM_hxg@mail.gmail.com>
In-reply-to <1389020249.82.0.0230891210887.issue20139@psf.upfronthosting.co.za>
Content
I'm not sure we specifically considered the Windows case - we were avoiding
the name collision with pip for Python 2 on POSIX systems.

The decision on which names to install is actually made in pip itself,
though, ensurepip just indicates what kind of install it is.
History
Date User Action Args
2014-01-06 15:02:34ncoghlansetrecipients: + ncoghlan, paul.moore, jkloth, dstufft
2014-01-06 15:02:33ncoghlanlinkissue20139 messages
2014-01-06 15:02:33ncoghlancreate