This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients kawai, loki_dePlume, r.david.murray, sjoerd
Date 2009-03-24.08:45:16
SpamBayes Score 1.0596357e-11
Marked as misclassified No
Message-id <1237884318.47.0.802922051285.issue2245@psf.upfronthosting.co.za>
In-reply-to
Content
The patch posted in issue 2259 solves this issue by deleting the
skiplist entirely and simply ignoring any unknown chunk.  Given the
relatively long list of skipped types compared to the short list of
handled types, this may be reasonable.

I am recommending in that issue that the skiplist change be broken out
into a separate patch and attached to this ticket as a proposed fix.

An alternative fix would be to add CHAN to the skiplist and/or turn the
existing error into a warning.  Someone more knowledgeable about AIFF
and sound files would perhaps know which would be more appropriate.
History
Date User Action Args
2009-03-24 08:45:18r.david.murraysetrecipients: + r.david.murray, sjoerd, loki_dePlume, kawai
2009-03-24 08:45:18r.david.murraysetmessageid: <1237884318.47.0.802922051285.issue2245@psf.upfronthosting.co.za>
2009-03-24 08:45:17r.david.murraylinkissue2245 messages
2009-03-24 08:45:16r.david.murraycreate