[3.7] Remove duplicate NEWS entries due to cherry-picking (GH-10012)

This commit is contained in:
Ned Deily 2018-10-20 13:36:39 -04:00 committed by GitHub
parent a5f6882be0
commit f141ddaa30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -1 +0,0 @@
Protect tasks weak set manipulation in ``asyncio.all_tasks()``

View File

@ -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.