]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make 2.7.16 release note.
authorBenjamin Peterson <benjamin@python.org>
Sat, 2 Mar 2019 18:17:10 +0000 (10:17 -0800)
committerBenjamin Peterson <benjamin@python.org>
Sat, 2 Mar 2019 18:17:10 +0000 (10:17 -0800)
Misc/NEWS.d/2.7.16.rst [new file with mode: 0644]
Misc/NEWS.d/next/IDLE/2019-02-25-12-59-24.bpo-32129.4qVCzD.rst [deleted file]

diff --git a/Misc/NEWS.d/2.7.16.rst b/Misc/NEWS.d/2.7.16.rst
new file mode 100644 (file)
index 0000000..1f55b4b
--- /dev/null
@@ -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 (file)
index 54a5c72..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Avoid blurry IDLE application icon on macOS with Tk 8.6. Patch by Kevin
-Walzer.