summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2022-02-03 18:46:50 (GMT)
committerGitHub <noreply@github.com>2022-02-03 18:46:50 (GMT)
commit1aa6be06c4cb7f04a340adb1c7b16b89803ef254 (patch)
tree24cdc9026a2b31f9dff95bf2e4c87a5d6ded2c3d /Misc
parenta0401d83720d93cd95ddf25f86874bfbee528722 (diff)
downloadcpython-1aa6be06c4cb7f04a340adb1c7b16b89803ef254.zip
cpython-1aa6be06c4cb7f04a340adb1c7b16b89803ef254.tar.gz
cpython-1aa6be06c4cb7f04a340adb1c7b16b89803ef254.tar.bz2
closes bpo-46626: Expose IP_BIND_ADDRESS_NO_PORT socket option. (GH-31106)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-02-03-10-22-42.bpo-46626.r2e-n_.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-02-03-10-22-42.bpo-46626.r2e-n_.rst b/Misc/NEWS.d/next/Library/2022-02-03-10-22-42.bpo-46626.r2e-n_.rst
new file mode 100644
index 0000000..aaca73d
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-02-03-10-22-42.bpo-46626.r2e-n_.rst
@@ -0,0 +1 @@
+Expose Linux's ``IP_BIND_ADDRESS_NO_PORT`` option in :mod:`socket`.