Skip to content

Commit 550f30c

Browse files
authored
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
1 parent 0509c45 commit 550f30c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/whatsnew/3.9.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,9 @@ The :mod:`socket` module now exports the :data:`~socket.CAN_RAW_JOIN_FILTERS`
530530
constant on Linux 4.1 and greater.
531531
(Contributed by Stefan Tatschner and Zackery Spytz in :issue:`25780`.)
532532

533+
The socket module now supports the :data:`~socket.CAN_J1939` protocol on
534+
platforms that support it. (Contributed by Karl Ding in :issue:`40291`.)
535+
533536
time
534537
----
535538

0 commit comments

Comments
 (0)