]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33809: add the TracebackException.print() method (GH-24231)
authorIrit Katriel <iritkatriel@yahoo.com>
Sat, 22 May 2021 16:39:33 +0000 (17:39 +0100)
committerGitHub <noreply@github.com>
Sat, 22 May 2021 16:39:33 +0000 (17:39 +0100)
commit220dd80a2671f57486055955d5422163cf73ed33
tree04cc9fcda487050f9978e42f6682d6a51a92f8ec
parent9e746e3298da36f4e8df0495f91a720f3e54ea33
bpo-33809: add the TracebackException.print() method (GH-24231)
Doc/library/traceback.rst
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Library/2021-01-16-18-36-00.bpo-33809.BiMK6V.rst [new file with mode: 0644]