mirror of
https://github.com/python/cpython.git
synced 2025-11-30 23:08:56 +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 |
||
|---|---|---|
| .. | ||
| bgen.py | ||
| bgenBuffer.py | ||
| bgenGenerator.py | ||
| bgenGeneratorGroup.py | ||
| bgenHeapBuffer.py | ||
| bgenModule.py | ||
| bgenObjectDefinition.py | ||
| bgenOutput.py | ||
| bgenStackBuffer.py | ||
| bgenStringBuffer.py | ||
| bgenType.py | ||
| bgenVariable.py | ||
| macsupport.py | ||
| scantools.py | ||