[issue9243] sndhdr erroneously detects files as vox

R. David Murray report at bugs.python.org
Tue Jul 13 16:35:00 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

Oh, and the reason it got changed to startswith is probably a micro-optimization: startswith is more efficient than doing a slice-and-compare.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9243>
_______________________________________


More information about the Python-bugs-list mailing list