File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 655655* On FreeBSD, :data: `sys.platform ` doesn't contain the major version anymore.
656656 It is always ``'freebsd' ``, instead of ``'freebsd13' `` or ``'freebsd14' ``.
657657
658+ socket
659+ ------
660+
661+ * Fix missing CAN_RAW_ERR_FILTER constant in the :mod: `socket ` module on Linux systems.
662+ It was missing since Python 3.11.
663+ (Contributed by Jeroen Bogers in :gh: `129719 `.)
658664
659665sys.monitoring
660666--------------
@@ -1113,13 +1119,6 @@ pty
11131119 Use :func: `pty.openpty ` instead.
11141120 (Contributed by Nikita Sobolev in :gh: `118824 `.)
11151121
1116- socket
1117- ------
1118-
1119- * Fix missing CAN_RAW_ERR_FILTER constant in the :mod: `socket ` module on Linux systems.
1120- It was missing since Python 3.11.
1121- (Contributed by Jeroen Bogers in :gh: `129719 `.)
1122-
11231122sqlite3
11241123-------
11251124
You can’t perform that action at this time.
0 commit comments