Skip to content

Commit e566723

Browse files
Update whatsnew
1 parent eb6593e commit e566723

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Doc/whatsnew/3.15.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,14 @@ base64
788788
(Contributed by Gregory P. Smith in :gh:`146311`.)
789789

790790

791+
bdb
792+
---
793+
* :exc:`bdb.BdbQuit` is now a subclass of :exc:`BaseException`, instead of
794+
:exc:`Exception`, to allow it to be used for cleanly exiting the debugger without
795+
being accidentally caught by user code.
796+
(Contributed by Tian Gao in :gh:`149337`.)
797+
798+
791799
binascii
792800
--------
793801

0 commit comments

Comments
 (0)