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
|
41360a4696
|
Mass check-in after untabifying all files that need it.
|
1998-03-26 19:42:58 +00:00 |
Guido van Rossum
|
05ba2ab720
|
Fix ratecv test (Sjoerd).
|
1997-05-21 14:27:20 +00:00 |
Guido van Rossum
|
c8504e2764
|
Added test for ratecv (from Sjoerd, reformatted).
|
1997-02-14 15:58:00 +00:00 |
Roger E. Masse
|
7a61f871a7
|
Updated to include the verbose flag from test_support
|
1997-01-03 19:20:17 +00:00 |
Guido van Rossum
|
4fdb744f53
|
Added test for minmax.
|
1996-12-20 03:13:06 +00:00 |
Guido van Rossum
|
fa7fcb93e9
|
Add test code for audioop and rgbimg (includes three binary files!)
|
1994-01-12 09:55:11 +00:00 |