]> granicus.if.org Git - python/commit
Fix issue 2245. aifc now skips any chunk type it doesn't actually
authorR. David Murray <rdmurray@bitdance.com>
Wed, 29 Apr 2009 13:17:37 +0000 (13:17 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 29 Apr 2009 13:17:37 +0000 (13:17 +0000)
commit25b4add5b0569e626afd8b3b5b7dd4a7551372c9
tree8525c0106c36179c66c803754434b9baf001896c
parenta1b91d944beda4a9f1a9ae9a34adbe59c2ad78f5
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.
Lib/aifc.py
Lib/test/Sine-1000Hz-300ms.aif [new file with mode: 0644]
Lib/test/test_aifc.py [new file with mode: 0644]
Lib/test/test_sundry.py
Misc/ACKS
Misc/NEWS