Kaydet (Commit) 47a2fced authored tarafından Harmandeep Singh's avatar Harmandeep Singh Kaydeden (comit) Gregory P. Smith

bpo-31450: Remove documentation mentioning that subprocess's child_traceback is…

bpo-31450: Remove documentation mentioning that subprocess's child_traceback is available with the parent process (GH-11422)
üst ab54b9a1
......@@ -572,9 +572,7 @@ Exceptions
^^^^^^^^^^
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
will have one extra attribute called :attr:`child_traceback`, which is a string
containing traceback information from the child's point of view.
execute, will be re-raised in the parent.
The most common exception raised is :exc:`OSError`. This occurs, for example,
when trying to execute a non-existent file. Applications should prepare for
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment