]> granicus.if.org Git - python/commitdiff
bpo-31450: Remove documentation mentioning that subprocess's child_traceback is avail...
authorHarmandeep Singh <harmandeep3091@gmail.com>
Thu, 3 Jan 2019 19:53:56 +0000 (01:23 +0530)
committerGregory P. Smith <greg@krypto.org>
Thu, 3 Jan 2019 19:53:56 +0000 (11:53 -0800)
Doc/library/subprocess.rst

index 25f267cf8305a8fe62e6070ab48dd213d4c9f9e5..e7844587e908b775960503fe8407d19ed3854c28 100644 (file)
@@ -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