Skip to content

[3.13] gh-128481: Improve documentation for traceback.FrameSummary (GH-128484) - #130753

Merged
picnixz merged 3 commits into
python:3.13from
miss-islington:backport-051f0e5-3.13
Mar 2, 2025
Merged

[3.13] gh-128481: Improve documentation for traceback.FrameSummary (GH-128484)#130753
picnixz merged 3 commits into
python:3.13from
miss-islington:backport-051f0e5-3.13

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Mar 2, 2025

Copy link
Copy Markdown
Contributor

Complete the traceback.FrameSummary signature and add missing
documentation for the colno and end_{col,line}no attributes.
(cherry picked from commit 051f0e5)

Co-authored-by: Damien 81557462+Damien-Chen@users.noreply.github.com


📚 Documentation preview 📚: https://cpython-previews--130753.org.readthedocs.build/

…ythonGH-128484)
Complete the `traceback.FrameSummary` signature and add missing
documentation for the `colno` and `end_{col,line}no` attributes.
(cherry picked from commit 051f0e5)
Co-authored-by: Damien <81557462+Damien-Chen@users.noreply.github.com>

@picnixzpicnixz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great we have a discrepency between 3.12 and 3.13.

Comment threadDoc/library/traceback.rst
Comment threadDoc/library/traceback.rst Outdated
@picnixz
picnixz enabled auto-merge (squash) March 2, 2025 09:43
@picnixz
picnixz merged commit dca599e into python:3.13Mar 2, 2025
@github-project-automationgithub-project-automationBot moved this from Todo to Done in Docs PRsMar 2, 2025
@miss-islington
miss-islington deleted the backport-051f0e5-3.13 branch January 2, 2026 17:06
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington@picnixz@Damien-Chen