]> granicus.if.org Git - python/commit
Close #20757: return success for skipped pip uninstall
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 28 Feb 2014 13:35:05 +0000 (23:35 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 28 Feb 2014 13:35:05 +0000 (23:35 +1000)
commit4a6dc3a72646ab003a40a3ef37ac75485c5cd2cc
treeebb672d2acb8dc41815093229edf9c9542656459
parent78c330d714a76439e5c17d0a156d25d53d4c5a68
Close #20757: return success for skipped pip uninstall

The 3.4rc2 Windows uninstaller would fail if pip had been updated
to a version that didn't match the version installed by ensurepip.
This skip is no longer treated as an error, so an updated pip ends
up being handled like any other pip installed package and is left
alone by the CPython uninstaller.
Lib/ensurepip/__init__.py
Lib/test/test_ensurepip.py
Misc/NEWS