diff options
author | Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com> | 2019-09-11 17:12:21 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2019-09-11 17:12:21 (GMT) |
commit | 8d120f75fb8c8731464b5f7531d74cdbb897d924 (patch) | |
tree | 83556ba3290273801d5cc0d54d65851ecad96740 /Misc/NEWS.d/next/Library | |
parent | 58ab13479d854491ac9207bacfae25e8b18b044a (diff) | |
download | cpython-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-x | Misc/NEWS.d/next/Library/2019-05-30-15-51-42.bpo-28724.34TrS8.rst | 2 |
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 |