From 51a360e8587cc4e83f2f3d864d27b55e4f250d27 Mon Sep 17 00:00:00 2001 From: Karl Date: Tue, 19 May 2020 10:01:34 -0700 Subject: [PATCH] bpo-40291: Mention socket.CAN_J1939 in What's New This mentions the new CAN_J1939 implementation in the What's New documentation for Python 3.9 --- Doc/whatsnew/3.9.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 037e1055c79e523..86458a39df261ff 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 ----