Philipp Weinfurter added the comment:
Oops. Misread the code, that part of skip() is fine. Patch removed. Sorry about
that.
--
___
Python tracker
<http://bugs.python.org/issue2
Changes by Philipp Weinfurter :
Removed file: http://bugs.python.org/file23045/chunk2.patch
___
Python tracker
<http://bugs.python.org/issue2259>
___
___
Python-bug
Philipp Weinfurter 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.
Howeve