diff options
author | karl ding <karlding@users.noreply.github.com> | 2020-05-20 02:31:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-20 02:31:49 (GMT) |
commit | 550f30c8f33a2ba844db2ce3da8a897b3e882c9a (patch) | |
tree | b84d2203fea0f3f5bcf722ff1e03c65953397d13 /Doc | |
parent | 0509c4547fc95cc32a91ac446a26192c3bfdf157 (diff) | |
download | cpython-550f30c8f33a2ba844db2ce3da8a897b3e882c9a.zip cpython-550f30c8f33a2ba844db2ce3da8a897b3e882c9a.tar.gz cpython-550f30c8f33a2ba844db2ce3da8a897b3e882c9a.tar.bz2 |
bpo-40291: Mention socket.CAN_J1939 in What's New (GH-20248)
This mentions the new CAN_J1939 implementation in the What's New
documentation for Python 3.9
Automerge-Triggered-By: @gvanrossum
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.9.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 037e105..86458a3 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -530,6 +530,9 @@ The :mod:`socket` module now exports the :data:`~socket.CAN_RAW_JOIN_FILTERS` constant on Linux 4.1 and greater. (Contributed by Stefan Tatschner and Zackery Spytz in :issue:`25780`.) +The socket module now supports the :data:`~socket.CAN_J1939` protocol on +platforms that support it. (Contributed by Karl Ding in :issue:`40291`.) + time ---- |