Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Put changes in correct section of documentation
  • Loading branch information
jbogers committed Feb 6, 2025
commit bde35e300565175ea62344ffbba7f55fafb5afa7
13 changes: 6 additions & 7 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,12 @@ sys
* On FreeBSD, :data:`sys.platform` doesn't contain the major version anymore.
It is always ``'freebsd'``, instead of ``'freebsd13'`` or ``'freebsd14'``.

socket
------

* Fix missing CAN_RAW_ERR_FILTER constant in the :mod:`socket` module on Linux systems.
It was missing since Python 3.11.
(Contributed by Jeroen Bogers in :gh:`129719`.)

sys.monitoring
--------------
Expand Down Expand Up @@ -1113,13 +1119,6 @@ pty
Use :func:`pty.openpty` instead.
(Contributed by Nikita Sobolev in :gh:`118824`.)

socket
------

* Fix missing CAN_RAW_ERR_FILTER constant in the :mod:`socket` module on Linux systems.
It was missing since Python 3.11.
(Contributed by Jeroen Bogers in :gh:`129719`.)

sqlite3
-------

Expand Down
Loading