mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
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:
parent
a1b91d944b
commit
25b4add5b0
6 changed files with 28 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue