From: Ned Deily Date: Sat, 20 Oct 2018 17:43:39 +0000 (-0400) Subject: [3.6] Remove duplicate NEWS entry due to cherry-picking (GH-10013) X-Git-Tag: v3.6.8rc1~197 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cba835cc5d3bb6babaecd904a29f88c477b29b3;p=thirdparty%2FPython%2Fcpython.git [3.6] Remove duplicate NEWS entry due to cherry-picking (GH-10013) --- 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 index 4f4a7f74864f..000000000000 --- a/Misc/NEWS.d/next/Library/2018-10-13-19-15-23.bpo-34521.YPaiTK.rst +++ /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.