diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2023-05-04 14:57:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 14:57:05 (GMT) |
commit | b17d32c1142d16a5fea0c95bce185bf9be696491 (patch) | |
tree | 95681b5268fbfd721d104f10f58fcda7143963b4 /Misc/NEWS.d | |
parent | fdcb49c36b2ed8347d8d9f2dcd7052cc90207beb (diff) | |
download | cpython-b17d32c1142d16a5fea0c95bce185bf9be696491.zip cpython-b17d32c1142d16a5fea0c95bce185bf9be696491.tar.gz cpython-b17d32c1142d16a5fea0c95bce185bf9be696491.tar.bz2 |
gh-96534: socketmodule: support FreeBSD divert(4) socket (#96536)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-09-03-09-24-02.gh-issue-96534.EU4Oxv.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-09-03-09-24-02.gh-issue-96534.EU4Oxv.rst b/Misc/NEWS.d/next/Library/2022-09-03-09-24-02.gh-issue-96534.EU4Oxv.rst new file mode 100644 index 0000000..0497d9e --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-09-03-09-24-02.gh-issue-96534.EU4Oxv.rst @@ -0,0 +1 @@ +Support divert(4) added in FreeBSD 14. |