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 larry, ncoghlan
Date 2013-11-22.15:09:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385132981.26.0.207810200878.issue19694@psf.upfronthosting.co.za>
In-reply-to
Content
pip still relies on imp (due to cross-version compatibility requirements), so it may trigger a pending deprecation warning, and potentially return a non-zero return code:

http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%203.x/builds/3142/steps/test/logs/stdio
History
Date User Action Args
2013-11-22 15:09:41ncoghlansetrecipients: + ncoghlan, larry
2013-11-22 15:09:41ncoghlansetmessageid: <1385132981.26.0.207810200878.issue19694@psf.upfronthosting.co.za>
2013-11-22 15:09:41ncoghlanlinkissue19694 messages
2013-11-22 15:09:41ncoghlancreate