]> granicus.if.org Git - python/commit
Issue #20406: Use Python application icons for Idle window title bars.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 8 Feb 2014 14:02:26 +0000 (09:02 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 8 Feb 2014 14:02:26 +0000 (09:02 -0500)
commita7c07d320b528dbc991f5ef2a8791026e784ea1f
tree9bc3b39f4f7308b10d5e5d31899c57920d78f469
parent98585b6c0442b1f186129aa1cf5db27dde74f829
Issue #20406: Use Python application icons for Idle window title bars.
Patch mostly by Serhiy Storchaka.
Lib/idlelib/Icons/idle.ico [new file with mode: 0644]
Lib/idlelib/Icons/idle_16.gif [new file with mode: 0644]
Lib/idlelib/Icons/idle_16.png [new file with mode: 0644]
Lib/idlelib/Icons/idle_32.gif [new file with mode: 0644]
Lib/idlelib/Icons/idle_32.png [new file with mode: 0644]
Lib/idlelib/Icons/idle_48.gif [new file with mode: 0644]
Lib/idlelib/Icons/idle_48.png [new file with mode: 0644]
Lib/idlelib/PyShell.py
Misc/NEWS