diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-02-02 04:14:59 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-02-02 04:14:59 (GMT) |
commit | 2315779c5ec23145ed2420f94b05de700cf65c1f (patch) | |
tree | 3eabe7898c81c958429bcee3bd1403f37c1d1a94 | |
parent | 915bcb01110c7db65f8be9139bf887c749fbde75 (diff) | |
parent | c8d9e0e932551b2722e1db3ced611e1c3c078cc7 (diff) | |
download | cpython-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.gif | bin | 125 -> 585 bytes | |||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/Icons/python.gif b/Lib/idlelib/Icons/python.gif Binary files differindex 58271ed..b189c2c 100644 --- a/Lib/idlelib/Icons/python.gif +++ b/Lib/idlelib/Icons/python.gif @@ -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. |