Andrew M. Kuchling
|
e236b38731
|
[Patch #1005491 ] use __name__ == '__main__' in scripts
|
2004-08-09 17:27:55 +00:00 |
Walter Dörwald
|
70a6b49821
|
Replace backticks with repr() or "%r"
From SF patch #852334.
|
2004-02-12 17:35:32 +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 |
Tim Peters
|
70c4378dbc
|
Whitespace normalization.
|
2001-01-17 08:48:39 +00:00 |
Guido van Rossum
|
d68a4bd56c
|
Use re instead of regex.
Don't rewrite the file in place.
(Reported by Andy Dustman.)
|
1999-04-09 14:56:35 +00:00 |
Guido van Rossum
|
499181a833
|
Changed so that it replaces /usr/local/bin/python with /usr/bin/env python.
|
1996-11-27 19:43:49 +00:00 |
Guido van Rossum
|
cf5dd9cbfd
|
Fix bug when reporting error
|
1992-12-10 00:01:24 +00:00 |
Guido van Rossum
|
1d9741742e
|
Initial revision
|
1992-12-09 23:14:40 +00:00 |