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

changed title, how to teach this #31

Merged
merged 1 commit into from
Feb 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions except_star.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

# except*

# Exception Groups and except*

## Abstract

Expand Down Expand Up @@ -860,6 +859,11 @@ to be updated.

## How to Teach This

`ExceptionGroup`s and `except*` will be documented as part of the language
standard. Libraries that raise `ExceptionGroup`s such as `asyncio` will need to
specify this in their documentation and clarify which API calls need to be
wrapped with `try-except*` rather than `try-except`.

## Reference Implementation

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