Skip to content
This repository was archived by the owner on Apr 10, 2022. It is now read-only.

Commit 1b51cbe

Browse files
authored
Atexit (#32)
* add atexit use case * changed title, how to teach this (#31)
1 parent 9febf48 commit 1b51cbe

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

except_star.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

2-
# except*
3-
2+
# Exception Groups and except*
43

54
## Abstract
65

@@ -860,6 +859,11 @@ to be updated.
860859

861860
## How to Teach This
862861

862+
`ExceptionGroup`s and `except*` will be documented as part of the language
863+
standard. Libraries that raise `ExceptionGroup`s such as `asyncio` will need to
864+
specify this in their documentation and clarify which API calls need to be
865+
wrapped with `try-except*` rather than `try-except`.
866+
863867
## Reference Implementation
864868

865869
We developed these concepts (and the examples for this PEP) with

0 commit comments

Comments
 (0)