]> granicus.if.org Git - python/commit
Issue #1512791: In setframerate method of Wave_write, round non-integral
authorMark Dickinson <dickinsm@gmail.com>
Sat, 28 Aug 2010 17:22:16 +0000 (17:22 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 28 Aug 2010 17:22:16 +0000 (17:22 +0000)
commit64a38c0eb5b7fd6e4ee5f3e912cff9eda8dd19af
tree457064e7557fbfd0538aba4e2a42d8acbd6f2328
parenta62074883b7a32f83b13525b01efb619ae478cdf
Issue #1512791:  In setframerate method of Wave_write, round non-integral
inputs to the nearest integer.  Thanks Neil Tallim for the patch.
Doc/library/wave.rst
Lib/test/test_wave.py
Lib/wave.py
Misc/ACKS
Misc/NEWS