Thanks to visit codestin.com
Credit goes to github.com

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
Re-order improved modules
  • Loading branch information
hugovk committed Jul 24, 2024
commit 2f78f36d444421901921149c038b89291d64729d
13 changes: 7 additions & 6 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ pathlib

(Contributed by Barney Gale in :gh:`73991`.)

pickle
------

* Set the default protocol version on the :mod:`pickle` module to 5.
For more details, please see :ref:`pickle protocols <pickle-protocols>`.

pdb
---

Expand All @@ -162,12 +168,7 @@ symtable

(Contributed by Bénédikt Tran in :gh:`120029`.)

pickle
------

* Set the default protocol version on the :mod:`pickle` module to 5.
For more details, please see :ref:`pickle protocols <pickle-protocols>`.

.. Add improved modules above alphabetically, not here at the end.

Optimizations
=============
Expand Down