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 vstinner
Recipients Arfrever, mark.dickinson, vstinner
Date 2010-07-01.01:55:34
SpamBayes Score 0.055295877
Marked as misclassified No
Message-id <1277949339.45.0.152822083817.issue7673@psf.upfronthosting.co.za>
In-reply-to
Content
@Mark: Here is the updated version of the patch including all of your remarks. I fixed 3 bugs in my patch: the checks of adpcm2lin(), alaw2lin() and audioop.ulaw2lin() were incomplete (len was not checked).

I added 3.1 to the version field.
History
Date User Action Args
2010-07-01 01:55:40vstinnersetrecipients: + vstinner, mark.dickinson, Arfrever
2010-07-01 01:55:39vstinnersetmessageid: <1277949339.45.0.152822083817.issue7673@psf.upfronthosting.co.za>
2010-07-01 01:55:37vstinnerlinkissue7673 messages
2010-07-01 01:55:36vstinnercreate