File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 655
655
* On FreeBSD, :data: `sys.platform ` doesn't contain the major version anymore.
656
656
It is always ``'freebsd' ``, instead of ``'freebsd13' `` or ``'freebsd14' ``.
657
657
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 `.)
658
664
659
665
sys.monitoring
660
666
--------------
@@ -1113,13 +1119,6 @@ pty
1113
1119
Use :func: `pty.openpty ` instead.
1114
1120
(Contributed by Nikita Sobolev in :gh: `118824 `.)
1115
1121
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
-
1123
1122
sqlite3
1124
1123
-------
1125
1124
You can’t perform that action at this time.
0 commit comments