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 |
Guido van Rossum
|
d28de23bda
|
Fixed a multi-arg append() call, discovered by Mark Favas.
Also removed some unnecessary backslases (inside parens).
|
2000-02-27 15:34:29 +00:00 |
Guido van Rossum
|
9694fcab53
|
Convert all remaining *simple* cases of regex usage to re usage.
|
1997-10-22 21:00:49 +00:00 |
Guido van Rossum
|
b7f48e39c3
|
Change to always call list.append with a single argument.
|
1996-10-08 14:06:17 +00:00 |
Guido van Rossum
|
f68ec3924e
|
added note about obsolescence
|
1995-08-10 18:00:03 +00:00 |
Guido van Rossum
|
7c750e1e09
|
added html parser and supporting cast
|
1995-02-27 13:16:55 +00:00 |