Skip to content

Commit 948551c

Browse files
committed
add versionadded
1 parent e3b9e4a commit 948551c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Doc/library/pdb.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,9 +639,14 @@ can be overridden by the local file.
639639

640640
Print the return value for the last return of the current function.
641641

642-
.. versionadded:: 3.7
643642
.. pdbcommand:: exceptions [excnumber]
644643

644+
.. versionadded:: 3.13
645+
646+
``exceptions [excnumber]`` command and passing exceptions by default to
647+
:func:`post_mortem`.
648+
649+
645650
List or jump between chained exceptions.
646651

647652
When using ``pdb.pm()`` or ``Pdb.post_mortem(...)`` with a chained exception

0 commit comments

Comments
 (0)