diff options
author | Thomas Klausner <tk@giga.or.at> | 2022-01-21 07:44:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 07:44:05 (GMT) |
commit | 40fcd16889028bd3cd2289e0f8a2af43f17a5824 (patch) | |
tree | 887af34099e0520f5908c69431ef187cd9895241 /Doc/whatsnew | |
parent | cfadcc31ea84617b1c73022ce54d4ae831333e8d (diff) | |
download | cpython-40fcd16889028bd3cd2289e0f8a2af43f17a5824.zip cpython-40fcd16889028bd3cd2289e0f8a2af43f17a5824.tar.gz cpython-40fcd16889028bd3cd2289e0f8a2af43f17a5824.tar.bz2 |
bpo-30512: Add CAN Socket support for NetBSD (GH-30066)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 5563e3d..ad421b1 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -264,6 +264,13 @@ os (Contributed by Dong-hee Na in :issue:`44611`.) +socket +------ + +* Add CAN Socket support for NetBSD. + (Contributed by Thomas Klausner in :issue:`30512`.) + + sqlite3 ------- |