Skip to content

Commit 9e7354b

Browse files
committed
move paragraph
1 parent 4e57c32 commit 9e7354b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff 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+
161168
sqlite3
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-
200199
Optimizations
201200
=============
202201

0 commit comments

Comments
 (0)