-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
gh-89412: Add missing attributes (added in 3.10) to traceback module docs #105046
Conversation
@pablogsal can you review as you've added these two attributes in #28575 ? |
Thanks @Jackenmen for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11, 3.12. |
GH-105327 is a backport of this pull request to the 3.12 branch. |
…odule docs (pythonGH-105046) (cherry picked from commit a4f72fa) Co-authored-by: Jakub Kuczys <me@jacken.men>
GH-105328 is a backport of this pull request to the 3.11 branch. |
GH-105329 is a backport of this pull request to the 3.10 branch. |
…odule docs (pythonGH-105046) (cherry picked from commit a4f72fa) Co-authored-by: Jakub Kuczys <me@jacken.men>
…odule docs (pythonGH-105046) (cherry picked from commit a4f72fa) Co-authored-by: Jakub Kuczys <me@jacken.men>
|
thanks for doing this! |
It seems that
end_lineno
, andend_offset
have been missed when theSyntaxError
exception was modified in 3.10.I reused the issue number of the original issue that added these attributes.
📚 Documentation preview 📚: https://cpython-previews--105046.org.readthedocs.build/