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 |
Walter Dörwald
|
70a6b49821
|
Replace backticks with repr() or "%r"
From SF patch #852334.
|
2004-02-12 17:35:32 +00:00 |
Tim Peters
|
70c4378dbc
|
Whitespace normalization.
|
2001-01-17 08:48:39 +00:00 |
Guido van Rossum
|
70280b859e
|
I'm moving redemo.py here from Demo/tkinter/guido, since it is
somewhat useful to learn regular expressions, and this way it'll be
installed on Windows.
This closes bug report 115609.
|
2000-10-06 17:37:12 +00:00 |