python-rope / rope

a python refactoring library
GNU Lesser General Public License v3.0
1.96k stars 164 forks source link

Implement `except*` syntax #710

Closed lieryan closed 1 year ago

lieryan commented 1 year ago

Description

Python 3.11 added exception groups using the except* syntax. This PR adds the patchedast for handling this syntax.

Fixes #561

Checklist (delete if not relevant):