Fix issue 2245. aifc now skips any chunk type it doesn't actually

process instead of throwing errors for anything not in an explicit
skip list.  This is per this spec: http://www.cnpbagwell.com/aiff-c.txt.
Spec reference and test sound file provided by Santiago Peresón, fix
based on patch by Hiroaki Kawai.
This commit is contained in:
R. David Murray 2009-04-29 13:17:37 +00:00
parent a1b91d944b
commit 25b4add5b0
6 changed files with 28 additions and 8 deletions

View file

@ -11,7 +11,6 @@ class TestUntestedModules(unittest.TestCase):
with warnings.catch_warnings():
warnings.simplefilter("ignore")
import CGIHTTPServer
import aifc
import audiodev
import bdb
import cgitb