diff options
author | Shane Harvey <shnhrv@gmail.com> | 2021-07-14 22:53:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 22:53:15 (GMT) |
commit | d59d7374a364c4e5c2b9a83d8e4543ee494285b8 (patch) | |
tree | e53a89ab474d7671bd0e21fda5801bb4eda641de /Misc | |
parent | 2b47af63982e4ccc09ae14c7c66ba115804bbbf6 (diff) | |
download | cpython-d59d7374a364c4e5c2b9a83d8e4543ee494285b8.zip cpython-d59d7374a364c4e5c2b9a83d8e4543ee494285b8.tar.gz cpython-d59d7374a364c4e5c2b9a83d8e4543ee494285b8.tar.bz2 |
bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2021-03-29-21-11-23.bpo-34932.f3Hdyd.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2021-03-29-21-11-23.bpo-34932.f3Hdyd.rst b/Misc/NEWS.d/next/macOS/2021-03-29-21-11-23.bpo-34932.f3Hdyd.rst new file mode 100644 index 0000000..d3a52c9 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2021-03-29-21-11-23.bpo-34932.f3Hdyd.rst @@ -0,0 +1 @@ +Add socket.TCP_KEEPALIVE support for macOS. Patch by Shane Harvey. |