We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba7bb8 commit 3514edcCopy full SHA for 3514edc
1 file changed
Doc/whatsnew/3.13.rst
@@ -189,6 +189,14 @@ typing
189
check whether a class is a :class:`typing.Protocol`. (Contributed by Jelle Zijlstra in
190
:gh:`104873`.)
191
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
200
Optimizations
201
=============
202
0 commit comments