File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,13 @@ pathlib
158158 :meth: `~pathlib.Path.is_dir `.
159159 (Contributed by Barney Gale in :gh: `77609 ` and :gh: `105793 `.)
160160
161+ pdb
162+ ---
163+
164+ * Add ability to move between chained exceptions during post mortem debugging in :func: `~pdb.pm ` using
165+ the new ``exceptions [exc_number] `` command for Pdb. (Contributed by Matthias
166+ Bussonnier in :gh: `106676 `.)
167+
161168sqlite3
162169-------
163170
@@ -189,14 +196,6 @@ typing
189196 check whether a class is a :class: `typing.Protocol `. (Contributed by Jelle Zijlstra in
190197 :gh: `104873 `.)
191198
192-
193- pdb
194- ---
195-
196- * Add ability to move between chained exceptions during post mortem debugging in :func: `~pdb.pm ` using
197- the new ``exceptions [exc_number] `` command for Pdb. (Contributed by Matthias
198- Bussonnier in :gh: `106676 `.)
199-
200199Optimizations
201200=============
202201
You can’t perform that action at this time.
0 commit comments