8000 gh-135751: traceback: add recent_first and show_lines parameter by methane · Pull Request #135752 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-135751: traceback: add recent_first and show_lines parameter #135752

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

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
remove unrelated change
  • Loading branch information
methane committed Jun 20, 2025
commit 78dcf3553396b6c206bfef3913032c0c36066bda
2 changes: 1 addition & 1 deletion Doc/library/traceback.rst
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ the module-level functions described above.
.. versionchanged:: next
Added *show_lines* and *recent_first* parameters.

.. method:: format(*, chain=True, show_lines=True, recent_first=False, **kwargs)
.. method:: format(*, chain=True, show_lines=True, recent_first=False)

Format the exception.

Expand Down
Loading
0