summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-02-08 14:02:26 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-02-08 14:02:26 (GMT)
commita7c07d320b528dbc991f5ef2a8791026e784ea1f (patch)
tree9bc3b39f4f7308b10d5e5d31899c57920d78f469 /Misc
parent98585b6c0442b1f186129aa1cf5db27dde74f829 (diff)
downloadcpython-a7c07d320b528dbc991f5ef2a8791026e784ea1f.zip
cpython-a7c07d320b528dbc991f5ef2a8791026e784ea1f.tar.gz
cpython-a7c07d320b528dbc991f5ef2a8791026e784ea1f.tar.bz2
Issue #20406: Use Python application icons for Idle window title bars.
Patch mostly by Serhiy Storchaka.
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 f3f94bf..ae5f83a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -316,6 +316,9 @@ Library
IDLE
----
+- Issue #20406: Use Python application icons for Idle window title bars.
+ Patch mostly by Serhiy Storchaka.
+
- Update the python.gif icon for the Idle classbrowser and pathbowser
from the old green snake to the new new blue and yellow snakes.