From: Benjamin Peterson Date: Sat, 2 Mar 2019 18:17:10 +0000 (-0800) Subject: Make 2.7.16 release note. X-Git-Tag: v2.7.16~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=10b8873e4daa543dd52e44b9900fedcb346f7222;p=thirdparty%2FPython%2Fcpython.git Make 2.7.16 release note. --- diff --git a/Misc/NEWS.d/2.7.16.rst b/Misc/NEWS.d/2.7.16.rst new file mode 100644 index 000000000000..1f55b4b8f82f --- /dev/null +++ b/Misc/NEWS.d/2.7.16.rst @@ -0,0 +1,8 @@ +.. bpo: 32129 +.. date: 2019-02-25-12-59-24 +.. nonce: 4qVCzD +.. release date: 2019-03-02 +.. section: IDLE + +Avoid blurry IDLE application icon on macOS with Tk 8.6. Patch by Kevin +Walzer. diff --git a/Misc/NEWS.d/next/IDLE/2019-02-25-12-59-24.bpo-32129.4qVCzD.rst b/Misc/NEWS.d/next/IDLE/2019-02-25-12-59-24.bpo-32129.4qVCzD.rst deleted file mode 100644 index 54a5c7244140..000000000000 --- a/Misc/NEWS.d/next/IDLE/2019-02-25-12-59-24.bpo-32129.4qVCzD.rst +++ /dev/null @@ -1,2 +0,0 @@ -Avoid blurry IDLE application icon on macOS with Tk 8.6. Patch by Kevin -Walzer.