summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorchrysn <chrysn@fsfe.org>2024-10-17 17:49:12 (GMT)
committerGitHub <noreply@github.com>2024-10-17 17:49:12 (GMT)
commitb454662921fd3a1fc27169e91aca03aadea08817 (patch)
tree286b9384a842dfeb2440198376c41c6b05941edf /Misc/NEWS.d/next/Library
parentf203d1cb52f7697140337a73841c8412282e2ee0 (diff)
downloadcpython-b454662921fd3a1fc27169e91aca03aadea08817.zip
cpython-b454662921fd3a1fc27169e91aca03aadea08817.tar.gz
cpython-b454662921fd3a1fc27169e91aca03aadea08817.tar.bz2
gh-118986: expose `socket.IPV6_RECVERR` (#118987)
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2024-05-13-10-09-41.gh-issue-118986.-r4W9h.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-05-13-10-09-41.gh-issue-118986.-r4W9h.rst b/Misc/NEWS.d/next/Library/2024-05-13-10-09-41.gh-issue-118986.-r4W9h.rst
new file mode 100644
index 0000000..196da60
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-05-13-10-09-41.gh-issue-118986.-r4W9h.rst
@@ -0,0 +1 @@
+Add :data:`!socket.IPV6_RECVERR` constant (available since Linux 2.2).