Uh oh!
There was an error while loading. Please reload this page.
gh-89412: Add missing attributes (added in 3.10) to traceback module docs - #105046
Conversation
akulakov
commented
May 30, 2023
@pablogsal can you review as you've added these two attributes in #28575 ? |
miss-islington
commented
Jun 5, 2023
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. |
bedevere-bot
commented
Jun 5, 2023
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>
bedevere-bot
commented
Jun 5, 2023
GH-105328 is a backport of this pull request to the 3.11 branch. |
bedevere-bot
commented
Jun 5, 2023
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>
bedevere-bot
commented
Jun 5, 2023
|
gpshead
commented
Jun 5, 2023
thanks for doing this! |
It seems that
end_lineno, andend_offsethave been missed when theSyntaxErrorexception 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/