Staging
v0.5.1
https://github.com/python/cpython
Revision a46cf12e9956dbb0fa84cc1d7e8b81d4d2f7c55a authored by Nick Coghlan on 28 February 2014, 13:35:05 UTC, committed by Nick Coghlan on 28 February 2014, 13:35:05 UTC
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.
1 parent 26dd0ff
Raw File
Tip revision: a46cf12e9956dbb0fa84cc1d7e8b81d4d2f7c55a authored by Nick Coghlan on 28 February 2014, 13:35:05 UTC
Close #20757: return success for skipped pip uninstall
Tip revision: a46cf12
.bzrignore
ยด.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top