diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-06-28 09:36:14 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-06-28 09:36:14 (GMT) |
commit | 95c460187043204823d11dbe2d06dae823d024dd (patch) | |
tree | 87c6183b88be97c6aacac60f69e042ff96fd28f3 /Misc | |
parent | 876b2f286b9af1a69846c84d1229014b2a885c97 (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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? ========================= |