Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 47a2fce

Browse files
harmandsgpshead
authored andcommitted
bpo-31450: Remove documentation mentioning that subprocess's child_traceback is available with the parent process (GH-11422)
1 parent ab54b9a commit 47a2fce

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Doc/library/subprocess.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -572,9 +572,7 @@ Exceptions
572572
^^^^^^^^^^
573573

574574
Exceptions raised in the child process, before the new program has started to
575-
execute, will be re-raised in the parent. Additionally, the exception object
576-
will have one extra attribute called :attr:`child_traceback`, which is a string
577-
containing traceback information from the child's point of view.
575+
execute, will be re-raised in the parent.
578576

579577
The most common exception raised is :exc:`OSError`. This occurs, for example,
580578
when trying to execute a non-existent file. Applications should prepare for

0 commit comments

Comments
 (0)