Letter P

python39-exceptiongroup - Backport of PEP 654 (exception groups)

Website: https://github.com/agronholm/exceptiongroup
License: MIT License
Vendor: Alcance Libre, Inc.
Description:
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)
  - Special versions of some of the functions from the traceback
    module, modified to correctly handle exception groups even when
    monkey patching is disabled, or blocked by another custom
    exception hook:
      * traceback.format_exception()
      * traceback.format_exception_only()
      * traceback.print_exception()
      * traceback.print_exc()

Packages

python39-exceptiongroup-1.2.0-1.aldos.noarch [32 KiB] Changelog by Joel Barrios (2024-01-25):
- Update to 1.2.0.

Listing created by Repoview-0.6.6-6.fc14.al