SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72125 0 15 Python

SF patch 1631942 by Collin Winter:

(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
G
Guido van Rossum committed
b940e113bf90ff71b0ef57414ea2beea9d2a4bc0
Parent: 893523e