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
|
2c2f731daf
|
[Sjoerd Mullender]
Don't use CL module since all constants are now in cl.
|
1998-08-07 15:28:23 +00:00 |
Guido van Rossum
|
70f1418d35
|
New files (not really...)
|
1993-12-29 16:35:41 +00:00 |