Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Lib/idlelib/Icons/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ https://www.doxdesk.com/software/py/pyicons.html

Various different formats and sizes are available at this GitHub Pull Request:
https://github.com/python/cpython/pull/17473

The idle.ico file was created with ImageMagick:

$ convert idle_16.png idle_32.png idle_48.png idle_256.png idle.ico
Binary file modified Lib/idlelib/Icons/idle.ico
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add a 256×256 pixel IDLE icon to the Windows .ico file. Created by Andrew
Clover. Remove the low-color gif variations from the .ico file.