Raymond Hettinger
|
d4cb56d4e8
|
Convert some custom sort comparison functions to equivalent key functions.
|
2008-01-30 02:55:10 +00:00 |
Collin Winter
|
6afaeb757a
|
Convert print statements to function calls in Tools/.
|
2007-08-03 17:06:41 +00:00 |
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 |
Andrew M. Kuchling
|
ac6df95d07
|
Fix use of 'file' as a variable name.
(I've tested the fixes, but please proofread anyway.)
|
2003-05-13 18:14:25 +00:00 |
Guido van Rossum
|
43db62e263
|
A grep-like tool that looks for division operators.
|
2001-09-02 04:43:30 +00:00 |