summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorJoannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>2019-09-11 17:12:21 (GMT)
committerVictor Stinner <vstinner@redhat.com>2019-09-11 17:12:21 (GMT)
commit8d120f75fb8c8731464b5f7531d74cdbb897d924 (patch)
tree83556ba3290273801d5cc0d54d65851ecad96740 /Misc/NEWS.d/next/Library
parent58ab13479d854491ac9207bacfae25e8b18b044a (diff)
downloadcpython-8d120f75fb8c8731464b5f7531d74cdbb897d924.zip
cpython-8d120f75fb8c8731464b5f7531d74cdbb897d924.tar.gz
cpython-8d120f75fb8c8731464b5f7531d74cdbb897d924.tar.bz2
bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)
The socket module now has the socket.send_fds() and socket.recv.fds() functions. Contributed by Joannah Nanjekye, Shinya Okano (original patch) and Victor Stinner. Co-Authored-By: Victor Stinner <vstinner@redhat.com>
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rwxr-xr-xMisc/NEWS.d/next/Library/2019-05-30-15-51-42.bpo-28724.34TrS8.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-05-30-15-51-42.bpo-28724.34TrS8.rst b/Misc/NEWS.d/next/Library/2019-05-30-15-51-42.bpo-28724.34TrS8.rst
new file mode 100755
index 0000000..68c4698
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-05-30-15-51-42.bpo-28724.34TrS8.rst
@@ -0,0 +1,2 @@
+The socket module now has the :func:`socket.send_fds` and :func:`socket.recv.fds` methods.
+Contributed by Joannah Nanjekye, Shinya Okano and Victor Stinner. \ No newline at end of file