Update the python.gif icon for the Idle classbrowser and pathbowser
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 2 Feb 2014 04:08:33 +0000 (23:08 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 2 Feb 2014 04:08:33 +0000 (23:08 -0500)
from the old green snake to the new new blue and yellow snakes.

Lib/idlelib/Icons/python.gif
Misc/NEWS

index 58271edec49353382f935ada2de138a1f5b35d9a..b189c2c2d22c120800daefebf9b8bb26f60857a0 100644 (file)
Binary files a/Lib/idlelib/Icons/python.gif and b/Lib/idlelib/Icons/python.gif differ
index d2efc232a2d50027b2735247fcc9ff164c80c4d0..eccd6157b1a1a9c32d75a120027d104ab88cc85a 100644 (file)
--- 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.