Skip Montanaro
|
1e8ce58f5d
|
remove most uses of list(somedict.keys()) in Demo scripts
|
2007-08-06 21:07:53 +00:00 |
Collin Winter
|
6f2df4d5e1
|
Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements.
|
2007-07-17 20:59:35 +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
|
4117e5428b
|
nannified
|
1998-09-14 16:44:15 +00:00 |
Guido van Rossum
|
27e4aa3168
|
Arbitrary point checkpoint commit. Take no notice.
|
1997-08-25 15:37:59 +00:00 |
Guido van Rossum
|
bff110f3f1
|
Examples of metaprogramming in pure Python.
|
1997-08-23 21:14:37 +00:00 |