Benjamin Peterson
|
90f5ba538b
|
convert shebang lines: python -> python3
|
2010-03-11 22:53:45 +00:00 |
Georg Brandl
|
bf82e374ee
|
More 2to3 fixes in the Tools directory. Fixes #2893.
|
2008-05-16 17:02:34 +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 |
Marc-André Lemburg
|
92b201debc
|
Add two new tools to compare codecs and show differences and to
list all installed codecs.
|
2005-10-21 13:47:03 +00:00 |