summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorThomas Klausner <tk@giga.or.at>2022-01-21 07:44:05 (GMT)
committerGitHub <noreply@github.com>2022-01-21 07:44:05 (GMT)
commit40fcd16889028bd3cd2289e0f8a2af43f17a5824 (patch)
tree887af34099e0520f5908c69431ef187cd9895241 /Doc/library
parentcfadcc31ea84617b1c73022ce54d4ae831333e8d (diff)
downloadcpython-40fcd16889028bd3cd2289e0f8a2af43f17a5824.zip
cpython-40fcd16889028bd3cd2289e0f8a2af43f17a5824.tar.gz
cpython-40fcd16889028bd3cd2289e0f8a2af43f17a5824.tar.bz2
bpo-30512: Add CAN Socket support for NetBSD (GH-30066)
Diffstat (limited to 'Doc/library')
-rwxr-xr-xDoc/library/socket.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index d6edc05..679631a 100755
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -396,10 +396,13 @@ Constants
Many constants of these forms, documented in the Linux documentation, are
also defined in the socket module.
- .. availability:: Linux >= 2.6.25.
+ .. availability:: Linux >= 2.6.25, NetBSD >= 8.
.. versionadded:: 3.3
+ .. versionchanged:: 3.11
+ NetBSD support was added.
+
.. data:: CAN_BCM
CAN_BCM_*