Author Red HamsterX
Recipients Red HamsterX, gpk
Date 2009-07-29.00:23:57
SpamBayes Score 0.00072685
Marked as misclassified No
Message-id <1248827039.77.0.268798321897.issue1512791@psf.upfronthosting.co.za>
In-reply-to
Content
Attached a patch with a unit test and solution for this problem.

Patch built against Python 2.7, r74246.

Note: It may make more sense to just have wave.setframerate() assert
that it is being fed an integer, and that's a simple fix that won't
require a test. However, that's not what was approved for testing, so
that's not what I wrote.
History
Date User Action Args
2009-07-29 00:23:59Red HamsterXsetrecipients: + Red HamsterX, gpk
2009-07-29 00:23:59Red HamsterXsetmessageid: <1248827039.77.0.268798321897.issue1512791@psf.upfronthosting.co.za>
2009-07-29 00:23:58Red HamsterXlinkissue1512791 messages
2009-07-29 00:23:57Red HamsterXcreate