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
Apply suggestions from code review
  • Loading branch information
hugovk authored May 5, 2025
commit 1054137e38d62cc61367ae767a7e42f92cc2b098
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ Other language changes
The testbed can also be used to run the test suite of projects other than
CPython itself. (Contributed by Russell Keith-Magee in :gh:`127592`.)

* Three-argument :func:`pow` now tries calling :meth:`~object.__rpow__` if.
* Three-argument :func:`pow` now tries calling :meth:`~object.__rpow__` if
necessary. Previously it was only called in two-argument :func:`!pow` and the
binary power operator.
(Contributed by Serhiy Storchaka in :gh:`130104`.)
Expand Down Expand Up @@ -1385,7 +1385,7 @@ multiprocessing

* Add :func:`multiprocessing.Process.interrupt` which terminates the child
process by sending :py:const:`~signal.SIGINT`. This enables
:keyword:`finally` clauses allowing to print a stack trace for the terminated
:keyword:`finally` clauses to print a stack trace for the terminated
process. (Contributed by Artem Pulkin in :gh:`131913`.)
Comment thread
hugovk marked this conversation as resolved.

operator
Expand Down
Loading