cpython/Lib/ensurepip
Nick Coghlan 4a6dc3a726 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.
2014-02-28 23:35:05 +10:00
..
_bundled Upgrade pip from 1.5.3 to 1.5.4 2014-02-21 07:42:39 -05:00
__init__.py Close #20757: return success for skipped pip uninstall 2014-02-28 23:35:05 +10:00
__main__.py Issue #19728: fix ensurepip name clash with submodule 2013-12-23 18:20:34 +10:00
_uninstall.py Issue #19728: fix ensurepip name clash with submodule 2013-12-23 18:20:34 +10:00