diff options
author | Tomas R. <tomas.roun8@gmail.com> | 2024-12-03 16:08:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-03 16:08:39 (GMT) |
commit | 8ba9f5bca9c0ce6130e1f4ba761a68f74f8457d0 (patch) | |
tree | 16e7ab36bd779602983dc8564ee490182988acb4 /Misc/NEWS.d | |
parent | 412e11fe6e37f15971ef855f88b8b01bb3297679 (diff) | |
download | cpython-8ba9f5bca9c0ce6130e1f4ba761a68f74f8457d0.zip cpython-8ba9f5bca9c0ce6130e1f4ba761a68f74f8457d0.tar.gz cpython-8ba9f5bca9c0ce6130e1f4ba761a68f74f8457d0.tar.bz2 |
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__`.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2024-11-27-22-56-48.gh-issue-127347.xyddWS.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2024-11-27-22-56-48.gh-issue-127347.xyddWS.rst b/Misc/NEWS.d/next/Documentation/2024-11-27-22-56-48.gh-issue-127347.xyddWS.rst new file mode 100644 index 0000000..79b3faa --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2024-11-27-22-56-48.gh-issue-127347.xyddWS.rst @@ -0,0 +1 @@ +Publicly expose :func:`traceback.print_list` in :attr:`!traceback.__all__`. |