We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca15b73 commit 5000d8aCopy full SHA for 5000d8a
1 file changed
Misc/NEWS.d/next/Library/2018-10-13-19-15-23.bpo-34521.YPaiTK.rst
@@ -1,3 +1,3 @@
1
Use :func:`socket.CMSG_SPACE` to calculate ancillary data size instead of
2
-:func:`socket.CMSG_LEN` in :func:`multiprocessing.reduction.recvfds` as RFC
3
-3542 requires the use of the former for portable applications.
+:func:`socket.CMSG_LEN` in :func:`multiprocessing.reduction.recvfds` as
+:rfc:`3542` requires the use of the former for portable applications.
0 commit comments