8000 gh-122085: Use include files for `whatsnew/3.14.rst` deprecations by hugovk · Pull Request #122242 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-122085: Use include files for whatsnew/3.14.rst deprecations #122242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jul 27, 2024
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
0