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
|
004d5e6880
|
Make reindent.py happy (convert everything to 4-space indents!).
|
2000-10-23 17:22:08 +00:00 |
Guido van Rossum
|
4ec2698725
|
Remove the temp file when we're done.
|
1999-03-24 19:03:01 +00:00 |
Guido van Rossum
|
41360a4696
|
Mass check-in after untabifying all files that need it.
|
1998-03-26 19:42:58 +00:00 |
Roger E. Masse
|
352e186749
|
Test script for the bsddb C extension module.
|
1997-01-16 22:04:10 +00:00 |