Path to this page:
Subject: CVS commit: pkgsrc/devel/py-exceptiongroup
From: Adam Ciarcinski
Date: 2023-11-22 13:59:23
Message id: 20231122125923.A7AE4FA3F@cvs.NetBSD.org
Log Message:
py-exceptiongroup: updated to 1.2.0
1.2.0
Added special monkeypatching if Apport has overridden sys.excepthook so it will \
format exception groups correctly (PR by John Litborn)
Added a backport of contextlib.suppress() from Python 3.12.1 which also handles \
suppressing exceptions inside exception groups
Fixed bare raise in a handler reraising the original naked exception rather than \
an exception group which is what is raised when you do a raise in an except* \
handler
Files: