]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127347: Document `traceback.print_list` (#127348)
authorTomas R. <tomas.roun8@gmail.com>
Tue, 3 Dec 2024 16:08:39 +0000 (17:08 +0100)
committerGitHub <noreply@github.com>
Tue, 3 Dec 2024 16:08:39 +0000 (18:08 +0200)
commit8ba9f5bca9c0ce6130e1f4ba761a68f74f8457d0
tree16e7ab36bd779602983dc8564ee490182988acb4
parent412e11fe6e37f15971ef855f88b8b01bb3297679
gh-127347: Document `traceback.print_list` (#127348)

Previously, `traceback.print_list` didn't have a documentation entry and was not exposed in `traceback.__all__`. Now it has a documentation entry and is exposed in `__all__`.
Doc/library/traceback.rst
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Documentation/2024-11-27-22-56-48.gh-issue-127347.xyddWS.rst [new file with mode: 0644]