summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiro Hrončok <miro@hroncok.cz>2020-10-20 12:21:08 (GMT)
committerGitHub <noreply@github.com>2020-10-20 12:21:08 (GMT)
commitfaddc7449d07e883b8ad8bb95dd68ce6dbdc06e8 (patch)
tree82bf0227574d9cae371403c7118f3cc466f4ff81 /Misc
parentff1ae3dd334faa2006394c2318db385cdc42030a (diff)
downloadcpython-faddc7449d07e883b8ad8bb95dd68ce6dbdc06e8.zip
cpython-faddc7449d07e883b8ad8bb95dd68ce6dbdc06e8.tar.gz
cpython-faddc7449d07e883b8ad8bb95dd68ce6dbdc06e8.tar.bz2
bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2020-04-22-09-37-40.bpo-38439.ieXL-c.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2020-04-22-09-37-40.bpo-38439.ieXL-c.rst b/Misc/NEWS.d/next/IDLE/2020-04-22-09-37-40.bpo-38439.ieXL-c.rst
new file mode 100644
index 0000000..d8d5901
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2020-04-22-09-37-40.bpo-38439.ieXL-c.rst
@@ -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.