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 /Doc/whatsnew | |
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 'Doc/whatsnew')
-rwxr-xr-x[-rw-r--r--] | Doc/whatsnew/3.8.rst | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index c2455f4..c2455f4 100644..100755 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst |