summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorShane Harvey <shnhrv@gmail.com>2021-07-14 22:53:15 (GMT)
committerGitHub <noreply@github.com>2021-07-14 22:53:15 (GMT)
commitd59d7374a364c4e5c2b9a83d8e4543ee494285b8 (patch)
treee53a89ab474d7671bd0e21fda5801bb4eda641de /Misc
parent2b47af63982e4ccc09ae14c7c66ba115804bbbf6 (diff)
downloadcpython-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.rst1
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.