X Tutup
Skip to content

[3.12] gh-127347: Document traceback.print_list (GH-127348)#127570

Merged
Eclips4 merged 3 commits intopython:3.12from
miss-islington:backport-8ba9f5b-3.12
Dec 4, 2024
Merged

[3.12] gh-127347: Document traceback.print_list (GH-127348)#127570
Eclips4 merged 3 commits intopython:3.12from
miss-islington:backport-8ba9f5b-3.12

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 3, 2024

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__.
(cherry picked from commit 8ba9f5b)

Co-authored-by: Tomas R. tomas.roun8@gmail.com


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

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__`.
(cherry picked from commit 8ba9f5b)

Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
@tomasr8
Copy link
Member

tomasr8 commented Dec 3, 2024

Per Serhiy's suggestion, I removed the __all__ changes in this backport and only kept the documentation change.

@Eclips4 Eclips4 merged commit 8e3c2d2 into python:3.12 Dec 4, 2024
@miss-islington miss-islington deleted the backport-8ba9f5b-3.12 branch January 2, 2026 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup