mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #26823: fix traceback abbreviation docs
- be clear builtin traceback display was also updated - show example output in What's New - fix versionadded markup
This commit is contained in:
parent
b09b3f7ab9
commit
02d03dfab1
2 changed files with 25 additions and 6 deletions
|
@ -302,9 +302,8 @@ capture data for later printing in a lightweight fashion.
|
|||
repetitions are shown, followed by a summary line stating the exact
|
||||
number of further repetitions.
|
||||
|
||||
.. versionchanged:: 3.6
|
||||
|
||||
Long sequences of repeated frames are now abbreviated.
|
||||
.. versionchanged:: 3.6
|
||||
Long sequences of repeated frames are now abbreviated.
|
||||
|
||||
|
||||
:class:`FrameSummary` Objects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue