This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients JelleZijlstra, berker.peksag, docs@python
Date 2018-08-02.15:57:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533225461.33.0.56676864532.issue30984@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation you've quoted is for traceback.extract_tb(). traceback.format_tb() documentation only says:

    A shorthand for ``format_list(extract_tb(tb, limit))``.

Issue 27910 is about updating the documentation of extract_tb(), format_list(), and StackSummary.from_list().

I'm closing this as a duplicate of issue 27910.
History
Date User Action Args
2018-08-02 15:57:41berker.peksagsetrecipients: + berker.peksag, docs@python, JelleZijlstra
2018-08-02 15:57:41berker.peksagsetmessageid: <1533225461.33.0.56676864532.issue30984@psf.upfronthosting.co.za>
2018-08-02 15:57:41berker.peksaglinkissue30984 messages
2018-08-02 15:57:41berker.peksagcreate