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>
Showing
Doc/library/socket.rst
100644 → 100755
Doc/whatsnew/3.8.rst
100644 → 100755
File mode changed from 100644 to 100755
Lib/socket.py
100644 → 100755
Lib/test/test_socket.py
100644 → 100755
Please register or sign in to comment