8000 gh-74929: PEP 667 general docs update by ncoghlan · Pull Request #119201 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-74929: PEP 667 general docs update #119201

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 20 commits into from
May 21, 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
Use newly defined term in pdb docs
  • Loading branch information
ncoghlan committed May 20, 2024
commit 1e734608a7d8b9286419342667bdc3009d3ee3c2
2 changes: 1 addition & 1 deletion Doc/library/pdb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The typical usage to inspect a crashed program is::
.. versionchanged:: 3.13
The implementation of :pep:`667` means that name assignments made via ``pdb``
will consistently and directly affect the active scope, even when running
inside a function, generator, or coroutine.
inside an :term:`optimised scope`.


The module defines the following functions; each enters the debugger in a
Expand Down
0