[issue1512791] module wave does no rounding

Neil Tallim report at bugs.python.org
Wed Aug 25 16:22:11 CEST 2010


Neil Tallim <red.hamsterx at gmail.com> added the comment:

The differences are small enough that it probably doesn't matter which one of us makes the extra changes.

It'll take one step less for you to implement them while applying the fixes, so it's probably easiest if I leave that in your court. Thanks for asking if I had anything to add, though, Mark. :)


The docs-update could probably be something as simple as...

Wave_write.setframerate(n)
    Set the frame rate to n. Fractional inputs are rounded to the nearest integer.

That's pretty consistent with the way the rest of the documentation for this module has been written.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1512791>
_______________________________________


More information about the Python-bugs-list mailing list