From: Terry Jan Reedy Date: Sun, 2 Feb 2014 04:08:33 +0000 (-0500) Subject: Update the python.gif icon for the Idle classbrowser and pathbowser X-Git-Tag: v3.4.0rc1~128^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8d9e0e932551b2722e1db3ced611e1c3c078cc7;p=thirdparty%2FPython%2Fcpython.git Update the python.gif icon for the Idle classbrowser and pathbowser from the old green snake to the new new blue and yellow snakes. --- diff --git a/Lib/idlelib/Icons/python.gif b/Lib/idlelib/Icons/python.gif index 58271edec493..b189c2c2d22c 100644 Binary files a/Lib/idlelib/Icons/python.gif and b/Lib/idlelib/Icons/python.gif differ diff --git a/Misc/NEWS b/Misc/NEWS index d2efc232a2d5..eccd6157b1a1 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.