mirror of
https://github.com/python/cpython.git
synced 2025-10-27 03:34:32 +00:00
(a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| ast.py | ||
| consts.py | ||
| future.py | ||
| misc.py | ||
| pyassem.py | ||
| pycodegen.py | ||
| symbols.py | ||
| syntax.py | ||
| transformer.py | ||
| visitor.py | ||