diff options
author | Ned Deily <nad@python.org> | 2019-03-01 22:53:50 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2019-03-01 22:53:50 (GMT) |
commit | 7eebbbd5b3907447eddadf5cb7cb1cc9230d15b2 (patch) | |
tree | 290216eb89083742a66fc830dd5caf090dcb060d /Misc | |
parent | 4b219ce81ed04234648a4ce4f0cb0865818abb38 (diff) | |
download | cpython-7eebbbd5b3907447eddadf5cb7cb1cc9230d15b2.zip cpython-7eebbbd5b3907447eddadf5cb7cb1cc9230d15b2.tar.gz cpython-7eebbbd5b3907447eddadf5cb7cb1cc9230d15b2.tar.bz2 |
bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. (GH-12031)
Patch by Kevin Walzer.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-02-25-11-40-14.bpo-32129.4qVCzD.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-02-25-11-40-14.bpo-32129.4qVCzD.rst b/Misc/NEWS.d/next/IDLE/2019-02-25-11-40-14.bpo-32129.4qVCzD.rst new file mode 100644 index 0000000..54a5c72 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2019-02-25-11-40-14.bpo-32129.4qVCzD.rst @@ -0,0 +1,2 @@ +Avoid blurry IDLE application icon on macOS with Tk 8.6. Patch by Kevin +Walzer. |