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 |
Tim Peters
|
e6ddc8b20b
|
Whitespace normalization. Ran reindent.py over the entire source tree.
|
2004-07-18 05:56:09 +00:00 |
Walter Dörwald
|
70a6b49821
|
Replace backticks with repr() or "%r"
From SF patch #852334.
|
2004-02-12 17:35:32 +00:00 |
Guido van Rossum
|
78016d8630
|
renamed to CommandFrameWork
added ready() message
added PostUsageMessage
|
1995-04-27 23:32:47 +00:00 |
Guido van Rossum
|
318b80d097
|
Initial revision
|
1995-04-27 23:00:17 +00:00 |