summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-02-02 04:08:33 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-02-02 04:08:33 (GMT)
commitc8d9e0e932551b2722e1db3ced611e1c3c078cc7 (patch)
tree404161c4026aeece80f6b700793de2406d5d5073
parentf27b9a741ac7771aa1f6c1219d86a61222fdc20a (diff)
downloadcpython-c8d9e0e932551b2722e1db3ced611e1c3c078cc7.zip
cpython-c8d9e0e932551b2722e1db3ced611e1c3c078cc7.tar.gz
cpython-c8d9e0e932551b2722e1db3ced611e1c3c078cc7.tar.bz2
Update the python.gif icon for the Idle classbrowser and pathbowser
from the old green snake to the new new blue and yellow snakes.
-rw-r--r--Lib/idlelib/Icons/python.gifbin125 -> 585 bytes
-rw-r--r--Misc/NEWS3
2 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/Icons/python.gif b/Lib/idlelib/Icons/python.gif
index 58271ed..b189c2c 100644
--- a/Lib/idlelib/Icons/python.gif
+++ b/Lib/idlelib/Icons/python.gif
Binary files differ
diff --git a/Misc/NEWS b/Misc/NEWS
index d2efc23..eccd615 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -286,6 +286,9 @@ Library
IDLE
----
+- Update the python.gif icon for the Idle classbrowser and pathbowser
+ from the old green snake to the new new blue and yellow snakes.
+
- Issue #17721: Remove non-functional configuration dialog help button until we
make it actually gives some help when clicked. Patch by Guilherme Simões.