-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
gh-111157: Mention __notes__ in traceback.format_exception_only docstring
#111158
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
Conversation
…nly` docstring
|
In #109201 I made a similar update to the docs. Indeed I missed out the docstring. Have a look at that change - it's a bit larger because with notes it's no longer true that "normally the list contains a single string". |
|
Thanks @sobolevn for the PR, and @iritkatriel for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…nly` docstring (pythonGH-111158) (cherry picked from commit 5e7727b) Co-authored-by: Nikita Sobolev <[email protected]>
…nly` docstring (pythonGH-111158) (cherry picked from commit 5e7727b) Co-authored-by: Nikita Sobolev <[email protected]>
|
GH-111163 is a backport of this pull request to the 3.12 branch. |
|
GH-111164 is a backport of this pull request to the 3.11 branch. |
…nly` docstring (python#111158)
…nly` docstring (python#111158)
traceback.format_exception_onlymisses the__notes__part #111157