mirror of
https://github.com/python/cpython.git
synced 2024-12-01 11:15:56 +01:00
b940e113bf
(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 |
||
---|---|---|
.. | ||
copyres.py | ||
listres.py |