diff options
author | Mina Galić <me+github@igalic.co> | 2023-08-10 00:47:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-10 00:47:46 (GMT) |
commit | f50c17243a87b02086000185f6ed1cad4b8c2376 (patch) | |
tree | 45db1a3fa52d0750ad278fcde98193b0bbe83345 /Misc | |
parent | 2ec16fed14aae896e38dd5bd9e73e2eddc974439 (diff) | |
download | cpython-f50c17243a87b02086000185f6ed1cad4b8c2376.zip cpython-f50c17243a87b02086000185f6ed1cad4b8c2376.tar.gz cpython-f50c17243a87b02086000185f6ed1cad4b8c2376.tar.bz2 |
GH-107812: extend `socket`'s netlink support to FreeBSD (gh-107813)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-08-09-15-37-20.gh-issue-107812.CflAXa.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-08-09-15-37-20.gh-issue-107812.CflAXa.rst b/Misc/NEWS.d/next/Library/2023-08-09-15-37-20.gh-issue-107812.CflAXa.rst new file mode 100644 index 0000000..0aac44f --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-08-09-15-37-20.gh-issue-107812.CflAXa.rst @@ -0,0 +1 @@ +Extend socket's netlink support to the FreeBSD platform. |