summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2014-03-02 18:29:19 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2014-03-02 18:29:19 (GMT)
commit5e6faf7fed5a297633401e77445323cd313b4f4f (patch)
treeb849dc93cc5fefe3d79394fe23a2fe703b9b2df6 /Misc
parentceb04671936ab205e711fe0fc4ccedcba68e4dc0 (diff)
downloadcpython-5e6faf7fed5a297633401e77445323cd313b4f4f.zip
cpython-5e6faf7fed5a297633401e77445323cd313b4f4f.tar.gz
cpython-5e6faf7fed5a297633401e77445323cd313b4f4f.tar.bz2
Issue #20748: Uninstalling pip does not leave behind the pyc of
the uninstaller anymore.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3af41ea..f63cbf7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,9 @@ Tests
Build
-----
+- Issue #20748: Uninstalling pip does not leave behind the pyc of
+ the uninstaller anymore.
+
- Issue #20568: The Windows installer now installs the unversioned ``pip``
command in addition to the versioned ``pip3`` and ``pip3.4`` commands.