Philipp Weinfurter <wirrwu...@gmail.com> added the comment:

>From AIFF-C Draft '91, Section 5, Sound Data Chunk:
"If soundData[] contains an odd number of bytes, a pad byte with a value of 
zero is added at the end to preserve an even length for this
Chunk."

So I think aifc.patch is wrong.

However, Chunk.skip() is broken for non-seekable files, I added a trivial patch

----------
nosy: +phew
Added file: http://bugs.python.org/file23045/chunk2.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue2259>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to