]> granicus.if.org Git - python/commit
bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)
authorJoannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
Wed, 11 Sep 2019 17:12:21 +0000 (18:12 +0100)
committerVictor Stinner <vstinner@redhat.com>
Wed, 11 Sep 2019 17:12:21 +0000 (19:12 +0200)
commit8d120f75fb8c8731464b5f7531d74cdbb897d924
tree83556ba3290273801d5cc0d54d65851ecad96740
parent58ab13479d854491ac9207bacfae25e8b18b044a
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>
Doc/library/socket.rst [changed mode: 0644->0755]
Doc/whatsnew/3.8.rst [changed mode: 0644->0755]
Lib/socket.py [changed mode: 0644->0755]
Lib/test/test_socket.py [changed mode: 0644->0755]
Misc/NEWS.d/next/Library/2019-05-30-15-51-42.bpo-28724.34TrS8.rst [new file with mode: 0755]