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 Dubslow, christian.heimes, dstufft, larry, ncoghlan, ned.deily, piotr.dobrogost, python-dev, tim.peters
Date 2014-02-14.11:11:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392376279.35.0.879190255437.issue19744@psf.upfronthosting.co.za>
In-reply-to
Content
This patch is probably a better bet - it just prints a message to stderr to say that we're ignoring the ensurepip failure during installation.

pip wouldn't work anyway in a Python without ssl built, but at least this way that Python can still be installed without the ensurepip invocation complaining.

Ned, if this approach sounds reasonable to you, I'll commit this one.
History
Date User Action Args
2014-02-14 11:11:19ncoghlansetrecipients: + ncoghlan, tim.peters, larry, christian.heimes, ned.deily, python-dev, piotr.dobrogost, Dubslow, dstufft
2014-02-14 11:11:19ncoghlansetmessageid: <1392376279.35.0.879190255437.issue19744@psf.upfronthosting.co.za>
2014-02-14 11:11:19ncoghlanlinkissue19744 messages
2014-02-14 11:11:19ncoghlancreate