Files
cpython/Lib/lib-tk
Guido van Rossum b940e113bf 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
2007-01-10 16:19:56 +00:00
..
2006-08-21 00:26:58 +00:00
2006-08-19 16:53:45 +00:00
2006-08-19 16:53:45 +00:00
2007-01-10 16:19:56 +00:00