summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-06-28 09:36:14 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-06-28 09:36:14 (GMT)
commit95c460187043204823d11dbe2d06dae823d024dd (patch)
tree87c6183b88be97c6aacac60f69e042ff96fd28f3 /Misc
parent876b2f286b9af1a69846c84d1229014b2a885c97 (diff)
downloadcpython-95c460187043204823d11dbe2d06dae823d024dd.zip
cpython-95c460187043204823d11dbe2d06dae823d024dd.tar.gz
cpython-95c460187043204823d11dbe2d06dae823d024dd.tar.bz2
Merged revisions 73598 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73598 | martin.v.loewis | 2009-06-28 11:32:39 +0200 (So, 28 Jun 2009) | 3 lines Issue 5390: Add uninstall icon independent of whether file extensions are installed. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b4b9e9f..2f5e7b9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,12 @@ Core and Builtins
Library
-------
+Build
+-----
+
+- Issue 5390: Add uninstall icon independent of whether file
+ extensions are installed.
+
What's New in Python 3.1?
=========================