]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-31450: Remove documentation mentioning that subprocess's child_traceback is avail...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Jan 2019 20:01:44 +0000 (12:01 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Jan 2019 20:01:44 +0000 (12:01 -0800)
(cherry picked from commit 47a2fced84605a32b79aa3ebc543533ad1a976a1)

Co-authored-by: Harmandeep Singh <harmandeep3091@gmail.com>
Doc/library/subprocess.rst

index 4a10c7a7d9c72f956d97f9eeae3aaaf423de6cb3..ff91b5d4c7585ac9654a8c1f6c6bc16172a7bfdc 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