Skip to content

Commit 3514edc

Browse files
committed
add whatsnew
1 parent 9ba7bb8 commit 3514edc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,14 @@ typing
189189
check whether a class is a :class:`typing.Protocol`. (Contributed by Jelle Zijlstra in
190190
:gh:`104873`.)
191191

192+
193+
pdb
194+
---
195+
196+
* Add ability to move between chained exceptions during post mortem debugging in :func:`pm()` using
197+
the new ``exceptions [exc_number]`` command for Pdb. (Contributed by Matthias
198+
Bussonnier in :gh:`106676`.)
199+
192200
Optimizations
193201
=============
194202

0 commit comments

Comments
 (0)