Brett Cannon
|
f56b6aeb06
|
Deprecated torgb for removal in 3.0.
|
2008-05-15 04:15:25 +00:00 |
Tim Peters
|
182b5aca27
|
Whitespace normalization, via reindent.py.
|
2004-07-18 06:16:08 +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
|
dd8ddacd94
|
Fix a typo in the mktemp -> mkstemp patch.
|
2002-08-10 00:17:59 +00:00 |
Guido van Rossum
|
3b0a3293c3
|
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
Weinberg). This changes all uses of deprecated tempfile functions to
the recommended ones.
|
2002-08-09 16:38:32 +00:00 |
Fred Drake
|
132dce2246
|
Update the code to better reflect recommended style:
Use != instead of <> since <> is documented as "obsolescent".
Use "is" and "is not" when comparing with None or type objects.
|
2000-12-12 23:11:42 +00:00 |
Fred Drake
|
def003845b
|
Convert some old-style string exceptions to class exceptions.
|
2000-08-18 14:59:33 +00:00 |
Guido van Rossum
|
1ce7c6fde8
|
Irix 6 specific files -- thanks Sjoerd!
|
1997-01-15 19:19:19 +00:00 |