Skip to content
Merged
Show file tree
Hide file tree
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
Apply suggestions from code review
  • Loading branch information
AlexWaygood authored May 17, 2024
commit d8011be75e151fe3a381c81426bec6c6dd64aeff
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.11.0a1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ manager` protocols correspondingly.
.. section: Core and Builtins

Make sure that the line number is set when entering a comprehension scope.
Ensures that backtraces including generator expressions show the correct
This ensures that backtraces including generator expressions show the correct
line number.

..
Expand Down
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.8.0a4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ Using the code of the ``Tools/scripts/serve.py`` script as an example in the
.. nonce: nF1pP1
.. section: Documentation

Added Documentation for PyInterpreterState_Main().
Added documentation for PyInterpreterState_Main().

..

Expand Down
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.9.0a6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ script is killed by signal 11, it now logs: "CGI script exit code -11."
.. section: Library

Improve the error message when triying to import a module using :mod:`runpy`
and incorrectly use the ".py" extension at the end of the module name. Patch
and incorrectly using the ".py" extension at the end of the module name. Patch
by Pablo Galindo.

..
Expand Down