From 68c727b233a3c868e9dbad8080400d78bf332e2f Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Thu, 13 Apr 2023 22:21:20 +0100 Subject: python/python3-exceptiongroup: Added (PEP 654 exception groups) Backport of PEP 654 exception groups Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- python/python3-exceptiongroup/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/python3-exceptiongroup/README (limited to 'python/python3-exceptiongroup/README') diff --git a/python/python3-exceptiongroup/README b/python/python3-exceptiongroup/README new file mode 100644 index 0000000000..067316d0b2 --- /dev/null +++ b/python/python3-exceptiongroup/README @@ -0,0 +1,4 @@ +python3-exceptiongroup (Backport of PEP 654 exception groups) + +This is a backport of the BaseExceptionGroup and ExceptionGroup +classes from Python 3.11. -- cgit v1.2.3