diff options
author | chrysn <chrysn@fsfe.org> | 2024-10-17 17:49:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-17 17:49:12 (GMT) |
commit | b454662921fd3a1fc27169e91aca03aadea08817 (patch) | |
tree | 286b9384a842dfeb2440198376c41c6b05941edf /Misc/NEWS.d/next/Library | |
parent | f203d1cb52f7697140337a73841c8412282e2ee0 (diff) | |
download | cpython-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.rst | 1 |
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). |