mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04: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