Skip to content

Commit b9b2c97

Browse files
committed
CHANGELOG
1 parent dc8170b commit b9b2c97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,12 @@ Other language changes
194194
:mod:`copyable <copy>`.
195195
(Contributed by Serhiy Storchaka in :gh:`125767`.)
196196

197+
* Add the :meth:`~BaseException.subgroup` and :meth:`~BaseException.split`
198+
methods for matching and splitting leaf exceptions respectively. This is
199+
roughly equivalent to wrapping the exception in an exception group and
200+
calling the :exc:`BaseExceptionGroup` homonymous methods.
201+
(Contributed by Bénédikt Tran in :gh:`125825`.)
202+
197203

198204
New modules
199205
===========

0 commit comments

Comments
 (0)