History log of /external/python/cpython2/Lib/sndhdr.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8d6c9eeef7ac244ece76eb349dfc5e72911533d2 14-Oct-2009 Antoine Pitrou <solipsis@pitrou.net> Fix a py3k warning in the sndhdr module (found with test_email)
/external/python/cpython2/Lib/sndhdr.py
3fc958282120dd46744d32a4a01d48bbb1ca0040 31-Jul-2001 Guido van Rossum <guido@python.org> Amazing. This would open the sound file in text mode. Fixed.
SF bug #446219.
/external/python/cpython2/Lib/sndhdr.py
0de65807e6bdc5254f5a7e99b2f39adeea6b883b 15-Feb-2001 Skip Montanaro <skip@pobox.com> 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)
/external/python/cpython2/Lib/sndhdr.py
495ad3c8ccb9ed3554177a3e8687676c78e667de 15-Jan-2001 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/sndhdr.py
8152d32375c40bba9ccbe43b780ebe96d9617781 13-Dec-2000 Fred Drake <fdrake@acm.org> 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.
/external/python/cpython2/Lib/sndhdr.py
dc1aedfe2e33f2d230d994985c08cfd116bf1fa0 06-Jan-1999 Fred Drake <fdrake@acm.org> Move brief descriptions of what() and whathdr() to docstrings in the
functions (from comments).
/external/python/cpython2/Lib/sndhdr.py
f4bf044999ad48684b8d70c229756a1da8a7613b 06-Jan-1999 Guido van Rossum <guido@python.org> Got rid of whatraw().
Doc-string-ified the lead comments.
Added auto call of test() when run as script.
/external/python/cpython2/Lib/sndhdr.py
b90bdebf19175691299a277dd7a7382129e0c7af 14-Jan-1994 Guido van Rossum <guido@python.org> sndhdr.py: restored lost file; audiodev.py: import platform specific
modules only when needed
/external/python/cpython2/Lib/sndhdr.py