]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.7] Remove duplicate NEWS entries due to cherry-picking (GH-10012)
authorNed Deily <nad@python.org>
Sat, 20 Oct 2018 17:36:39 +0000 (13:36 -0400)
committerGitHub <noreply@github.com>
Sat, 20 Oct 2018 17:36:39 +0000 (13:36 -0400)
Misc/NEWS.d/next/Library/2018-10-13-11-14-13.bpo-34970.SrJTY7.rst [deleted file]
Misc/NEWS.d/next/Library/2018-10-13-19-15-23.bpo-34521.YPaiTK.rst [deleted file]

diff --git a/Misc/NEWS.d/next/Library/2018-10-13-11-14-13.bpo-34970.SrJTY7.rst b/Misc/NEWS.d/next/Library/2018-10-13-11-14-13.bpo-34970.SrJTY7.rst
deleted file mode 100644 (file)
index a58b3dd..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Protect tasks weak set manipulation in ``asyncio.all_tasks()``
diff --git a/Misc/NEWS.d/next/Library/2018-10-13-19-15-23.bpo-34521.YPaiTK.rst b/Misc/NEWS.d/next/Library/2018-10-13-19-15-23.bpo-34521.YPaiTK.rst
deleted file mode 100644 (file)
index 4f4a7f7..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-Use :func:`socket.CMSG_SPACE` to calculate ancillary data size instead of
-:func:`socket.CMSG_LEN` in :func:`multiprocessing.reduction.recvfds` as
-:rfc:`3542` requires the use of the former for portable applications.