summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-06-28 09:32:39 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-06-28 09:32:39 (GMT)
commitecb4f953dd8fdfc17de759dcd3bf737debcb7284 (patch)
tree56050e1e81b98970d66d41c0e2c914e901441f46 /Misc
parentb4ad395d0783eb91d997d5940a8536e3c9a61243 (diff)
downloadcpython-ecb4f953dd8fdfc17de759dcd3bf737debcb7284.zip
cpython-ecb4f953dd8fdfc17de759dcd3bf737debcb7284.tar.gz
cpython-ecb4f953dd8fdfc17de759dcd3bf737debcb7284.tar.bz2
Issue 5390: Add uninstall icon independent of whether file
extensions are installed.
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 571094c..c942fad 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1060,6 +1060,9 @@ Tools/Demos
Build
-----
+- Issue 5390: Add uninstall icon independent of whether file
+ extensions are installed.
+
- Issue 5809: Specifying both --enable-framework and --enable-shared is
an error. Configure now explicity tells you about this.