Path to this page:
Subject: CVS commit: pkgsrc/devel/py-exceptiongroup
From: Adam Ciarcinski
Date: 2022-10-28 10:44:04
Message id: 20221028084404.C61EBFA90@cvs.NetBSD.org
Log Message:
py-exceptiongroup: updated to 1.0.0
1.0.0
Fixed AttributeError: 'PatchedTracebackException' object has no attribute \
'__cause__' on Python 3.10 (only) when a traceback is printed from an exception \
where an exception group is set as the cause
Fixed a loop in exception groups being rendered incorrectly
Fixed the patched formatting functions (format_exception()``etc.) not passing \
the ``compact=True flag on Python 3.10 like the original functions do
Files: