Skip to content

GH-123299: Copyedit 3.14 What's New: Optimizations #137789

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

AA-Turner
Copy link
Member

@AA-Turner AA-Turner commented Aug 15, 2025

@@ -75,6 +75,7 @@ The debugger's prompt is ``(Pdb)``, which is the indicator that you are in debug
arguments of the ``p`` command.


.. _pdb-commandline:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use the more common spelling:

rg "^\.\. _[a-z-]+-command.*line:" Doc | wc -l
       4rg "^\.\. _[a-z-]+-cli:" Doc | wc -l
      22
Suggested change
.. _pdb-commandline:
.. _pdb-cli:


* :mod:`pdb` now supports two backends, based on either
:func:`sys.settrace` or :mod:`sys.monitoring`.
Using the :ref:`pdb CLI <pdb-commandline>` or :func:`breakpoint`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Using the :ref:`pdb CLI <pdb-commandline>` or :func:`breakpoint`
Using the :ref:`pdb CLI <pdb-cli>` or :func:`breakpoint`

@@ -2316,42 +2292,90 @@ gc
* The new :ref:`incremental garbage collector <whatsnew314-incremental-gc>`
means that maximum pause times are reduced
by an order of magnitude or more for larger heaps.

Because of this optimisation, the meaning of the results of
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we should follow the spelling of the section heading....

Suggested change
Because of this optimisation, the meaning of the results of
Because of this optimization, the meaning of the results of

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting core review docs Documentation in the Doc dir needs backport to 3.14 bugs and security fixes skip news
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

2 participants