Path to this page:
Subject: CVS commit: pkgsrc/devel/py-exceptiongroup
From: Thomas Klausner
Date: 2022-07-03 14:36:06
Message id: 20220703123606.8B3E4FB1A@cvs.NetBSD.org
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)
Files: