Skip to content

Commit bde35e3

Browse files
committed
Put changes in correct section of documentation
1 parent 9dba4b7 commit bde35e3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,12 @@ sys
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

659665
sys.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-
11231122
sqlite3
11241123
-------
11251124

0 commit comments

Comments
 (0)