Antoine Pitrou
8d6c9eeef7
Fix a py3k warning in the sndhdr module (found with test_email)
2009-10-14 18:31:05 +00:00
Guido van Rossum
3fc9582821
Amazing. This would open the sound file in text mode. Fixed.
...
SF bug #446219 .
2001-07-31 06:27:07 +00:00
Skip Montanaro
0de65807e6
bunch more __all__ lists
...
also modified check_all function to suppress all warnings since they aren't
relevant to what this test is doing (allows quiet checking of regsub, for
instance)
2001-02-15 22:15:14 +00:00
Tim Peters
495ad3c8cc
Whitespace normalization.
2001-01-15 01:36:40 +00:00
Fred Drake
8152d32375
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:20:45 +00:00
Fred Drake
dc1aedfe2e
Move brief descriptions of what() and whathdr() to docstrings in the
...
functions (from comments).
1999-01-06 15:20:49 +00:00
Guido van Rossum
f4bf044999
Got rid of whatraw().
...
Doc-string-ified the lead comments.
Added auto call of test() when run as script.
1999-01-06 13:05:58 +00:00
Guido van Rossum
b90bdebf19
sndhdr.py: restored lost file; audiodev.py: import platform specific
...
modules only when needed
1994-01-14 16:46:14 +00:00