]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40291: Mention socket.CAN_J1939 in What's New (GH-20248)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 May 2020 02:37:17 +0000 (19:37 -0700)
committerGitHub <noreply@github.com>
Wed, 20 May 2020 02:37:17 +0000 (19:37 -0700)
This mentions the new CAN_J1939 implementation in the What's New
documentation for Python 3.9

Automerge-Triggered-By: @gvanrossum
(cherry picked from commit 550f30c8f33a2ba844db2ce3da8a897b3e882c9a)

Co-authored-by: karl ding <karlding@users.noreply.github.com>
Doc/whatsnew/3.9.rst

index 037e1055c79e5236a302ad6767a14bb7c3fbb24a..86458a39df261ff96729674d0faf6f6ab77555eb 100644 (file)
@@ -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
 ----