aboutsummaryrefslogtreecommitdiff
path: root/python/python3-exceptiongroup/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-04-13 22:21:20 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-15 07:15:26 +0700
commit68c727b233a3c868e9dbad8080400d78bf332e2f (patch)
tree81b952319d42ceea31516e9f80626f64f4391ebd /python/python3-exceptiongroup/README
parentef888beca3304937f8501fb4f52ff16be0f1e8ab (diff)
python/python3-exceptiongroup: Added (PEP 654 exception groups)
Backport of PEP 654 exception groups Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-exceptiongroup/README')
-rw-r--r--python/python3-exceptiongroup/README4
1 files changed, 4 insertions, 0 deletions
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.