2022-10-28 10:44:04 by Adam Ciarcinski | Files touched by this commit (2) | |
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
|
2022-10-21 19:48:13 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-exceptiongroup: updated to 1.0.0rc9
1.0.0rc9:
Bug fixes
|
2022-07-03 14:36:06 by Thomas Klausner | Files touched by this commit (4) |
Log message:
devel/py-exceptiongroup: import py-exceptiongroup-1.0.0rc8
This is a backport of the BaseExceptionGroup and ExceptionGroup
classes from Python 3.11.
It contains the following:
The exceptiongroup.BaseExceptionGroup and exceptiongroup.ExceptionGroup
classes
A utility function (exceptiongroup.catch()) for catching
exceptions possibly nested in an exception group
Patches to the TracebackException class that properly formats
exception groups (installed on import)
An exception hook that handles formatting of exception groups
through TracebackException (installed on import)
|