-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Document traceback.print_list
#127347
Comments
Why is it undocumented? Why it has not been added in |
You're right, I should've done some research to understand why it's undocumented. I'll check tomorrow :) |
So I did some code archaeology and the function was added in dcc057a together with
|
What about |
A bunch of |
Thank you for your investigation. Let document that function, but only add it to |
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__`.
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>
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>
This issue can be closed. A PR has been merged and just backports are left. |
The backports still require some manual work, I'd prefer to keep this open until they are merged as well :) |
Add an documentation entry about `traceback.print_list` Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
Add an documentation entry about `traceback.print_list` Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
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__`.
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__`.
traceback.print_list
is currently undocumented, let's fix that! I'll send a PR shortly :)Linked PRs
traceback.print_list
#127348traceback.print_list
(GH-127348) #127569traceback.print_list
(GH-127348) #127570The text was updated successfully, but these errors were encountered: