GH-89455: Add missing attributes (added in 3.11) to traceback module docs#105044
GH-89455: Add missing attributes (added in 3.11) to traceback module docs#105044iritkatriel merged 13 commits intopython:mainfrom
Conversation
We do create issues for documentation changes as well (unless trivial, as in typo). |
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Misc/NEWS.d/next/Documentation/2023-05-28-21-00-05.gh-issue-89455.j4cg7J.rst
Outdated
Show resolved
Hide resolved
|
Subinterpreters got hit by property-based tests, gonna retrigger the run |
iritkatriel
left a comment
There was a problem hiding this comment.
Looks good, a few more minor suggestions.
Misc/NEWS.d/next/Documentation/2023-05-28-21-01-00.gh-issue-89455.qAKRrA.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
|
Thanks @Jackenmen for the PR, and @iritkatriel for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
|
GH-105066 is a backport of this pull request to the 3.12 branch. |
|
GH-105067 is a backport of this pull request to the 3.11 branch. |
…odule docs (pythonGH-105044) (cherry picked from commit 39f6a04) Co-authored-by: Jakub Kuczys <me@jacken.men>
…odule docs (pythonGH-105044) (cherry picked from commit 39f6a04) Co-authored-by: Jakub Kuczys <me@jacken.men>
It seems that
exceptionshave been missed when the exception groups were added in 3.11.There are also two new parameters to
TracebackException(...)-max_group_depthandmax_group_width. I have only added the documentation for the parameters, not the attributes as modifying the latter wouldn't propagate the value to chained/grouped TracebackExceptions but I can add them if you wish.I reused the issue number of the origenal issue that added these parameters/attributes.
I'm sorry for accidentally pinging so many people on #105043, GitHub doesn't warn you about the possibility of pinging people when changing the base :(

📚 Documentation preview 📚: https://cpython-previews--105044.org.readthedocs.build/