Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab54b9a commit 47a2fceCopy full SHA for 47a2fce
1 file changed
Doc/library/subprocess.rst
@@ -572,9 +572,7 @@ Exceptions
572
^^^^^^^^^^
573
574
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.
+execute, will be re-raised in the parent.
578
579
The most common exception raised is :exc:`OSError`. This occurs, for example,
580
when trying to execute a non-existent file. Applications should prepare for
0 commit comments