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
Wording
  • Loading branch information
hugovk committed May 5, 2025
commit ff26ade44d4479daf74d55c5d4a1a0c30e078c93
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ attaching to a remote process that is blocked in a system call or waiting for
I/O will only work once the next bytecode instruction is executed or when the
process receives a signal.

This feature leverages :pep:`768` and the :func:`sys.remote_exec` function
This feature uses :pep:`768` and the :func:`sys.remote_exec` function
to attach to the remote process and send the PDB commands to it.


Expand Down Expand Up @@ -814,7 +814,7 @@ Other language changes
explicitly overridden in the subclass.
(Contributed by Tomasz Pytel in :gh:`132329`.)

* The command line option :option:`-c` now automatically dedents its code
* The command-line option :option:`-c` now automatically dedents its code
argument before execution. The auto-dedentation behavior mirrors
:func:`textwrap.dedent`.
(Contributed by Jon Crall and Steven Sun in :gh:`103998`.)
Expand Down