summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-02-02 04:14:59 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-02-02 04:14:59 (GMT)
commit2315779c5ec23145ed2420f94b05de700cf65c1f (patch)
tree3eabe7898c81c958429bcee3bd1403f37c1d1a94
parent915bcb01110c7db65f8be9139bf887c749fbde75 (diff)
parentc8d9e0e932551b2722e1db3ced611e1c3c078cc7 (diff)
downloadcpython-2315779c5ec23145ed2420f94b05de700cf65c1f.zip
cpython-2315779c5ec23145ed2420f94b05de700cf65c1f.tar.gz
cpython-2315779c5ec23145ed2420f94b05de700cf65c1f.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 7e96863..5990877 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -85,6 +85,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.