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 Oleg.Plakhotnyuk
Recipients Oleg.Plakhotnyuk, r.david.murray, vstinner
Date 2011-11-20.10:35:37
SpamBayes Score 2.2037807e-09
Marked as misclassified No
Message-id <1321785340.93.0.744613416011.issue13394@psf.upfronthosting.co.za>
In-reply-to
Content
1. Test coverage increased to 95%.
2. G722 compressed files reading in aifc.py fixed (it used to use 0 bytes frame size).
3. audioop's ulaw2lin, alaw2lin and adpcm2lin length checks fixed (width should be used for output only, because input sequence frame length is always 1 byte).
4. aifc.py _write_float infinity and NaN proper checking.
5. Other minor aifc.py clean ups.
History
Date User Action Args
2011-11-20 10:35:41Oleg.Plakhotnyuksetrecipients: + Oleg.Plakhotnyuk, vstinner, r.david.murray
2011-11-20 10:35:40Oleg.Plakhotnyuksetmessageid: <1321785340.93.0.744613416011.issue13394@psf.upfronthosting.co.za>
2011-11-20 10:35:40Oleg.Plakhotnyuklinkissue13394 messages
2011-11-20 10:35:40Oleg.Plakhotnyukcreate