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 into
Conversation
We do create issues for documentation changes as well (unless trivial, as in typo). |
Sorry, something went wrong.
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
|
Subinterpreters got hit by property-based tests, gonna retrigger the run |
Sorry, something went wrong.
iritkatriel
left a comment
There was a problem hiding this comment.
Looks good, a few more minor suggestions.
Sorry, something went wrong.
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. |
Sorry, something went wrong.
…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 original 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/