10000 bpo-35044: Use the :exc: role for the exceptions in the doc by matrixise · Pull Request #10037 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-35044: Use the :exc: role for the exceptions in the doc #10037

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 7 commits into from
Oct 26, 2018
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
Fix after review
  • Loading branch information
matrixise committed Oct 25, 2018
commit 71d425bed4117ad6fa9f2b91bd8cb0a3c51fe459
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ The subprocess module is now more graceful when handling
:exc:`KeyboardInterrupt` during :func:`subprocess.call`,
:func:`subprocess.run`, or in a :class:`~subprocess.Popen`
context manager. It now waits a short amount of time for the child
to exit, before continuing the handling of the :exc:`KeyboardInterrupt`
to exit, before continuing the handling of the ``KeyboardInterrupt``
exception.
(Contributed by Gregory P. Smith in :issue:`25942`.)

Expand Down
0