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, loewis, ncoghlan, ned.deily
Date 2013-11-30.05:22:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385788968.03.0.841831174573.issue19728@psf.upfronthosting.co.za>
In-reply-to
Content
I'm going to run with the approach of adding a private _uninstall function in ensurepip (that includes the version guard), and then a "python -m ensurepip._uninstall" submodule to invoke it from the command line.

I'll also extend the with_pip test in test_venv to cover uninstallation (it won't be a venv feature, it's just a convenient way to test that the uninstall command actually does the right thing).
History
Date User Action Args
2013-11-30 05:22:48ncoghlansetrecipients: + ncoghlan, loewis, ned.deily, dstufft
2013-11-30 05:22:48ncoghlansetmessageid: <1385788968.03.0.841831174573.issue19728@psf.upfronthosting.co.za>
2013-11-30 05:22:48ncoghlanlinkissue19728 messages
2013-11-30 05:22:47ncoghlancreate