Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Dec 4, 2024

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
26 checks passed
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