bpo-31450: Remove documentation mentioning that subprocess's child_traceback is available with the parent process (GH-11422)

(cherry picked from commit 47a2fced84)

Co-authored-by: Harmandeep Singh <harmandeep3091@gmail.com>
This commit is contained in:
Miss Islington (bot) 2019-01-03 12:01:44 -08:00 committed by GitHub
parent 3c83cb7eed
commit 47c035f3ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -572,9 +572,7 @@ Exceptions
^^^^^^^^^^ ^^^^^^^^^^
Exceptions raised in the child process, before the new program has started to Exceptions raised in the child process, before the new program has started to
execute, will be re-raised in the parent. Additionally, the exception object execute, will be re-raised in the parent.
will have one extra attribute called :attr:`child_traceback`, which is a string
containing traceback information from the child's point of view.
The most common exception raised is :exc:`OSError`. This occurs, for example, The most common exception raised is :exc:`OSError`. This occurs, for example,
when trying to execute a non-existent file. Applications should prepare for when trying to execute a non-existent file. Applications should prepare for