diff options
author | torsava <torsava@redhat.com> | 2018-08-02 16:08:59 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2018-08-02 16:08:59 (GMT) |
commit | f394ee5eaf6d6d8f45e0478e77d4dbff25c6bea7 (patch) | |
tree | a831438f83a8e342677aa91c6c61452ba40df85d /Python/Python-ast.c | |
parent | a2fe1e52eb94c41d9ebce1ab284180d7b1faa2a4 (diff) | |
download | cpython-f394ee5eaf6d6d8f45e0478e77d4dbff25c6bea7.zip cpython-f394ee5eaf6d6d8f45e0478e77d4dbff25c6bea7.tar.gz cpython-f394ee5eaf6d6d8f45e0478e77d4dbff25c6bea7.tar.bz2 |
bpo-27910: Update documentation of traceback module (GH-6116)
In the documentation for the traceback module, the definitions of functions
extract_tb(), format_list() and classmethod StackSummary.from_list()
mention the old style 4-tuples that these functions used to return or accept.
Since Python 3.5, however, they return or accept a FrameSummary object
instead of a 4-tuple, or a StackSummary object instead of a list of 4-tuples.
Co-Authored-By: Berker Peksag <berker.peksag@gmail.com>
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions