]> granicus.if.org Git - python/commit
Issue #18950: Fix miscellaneous bugs in the sunau module.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 28 Sep 2013 18:31:36 +0000 (21:31 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 28 Sep 2013 18:31:36 +0000 (21:31 +0300)
commitcfa5574405624c23e322912c465c029256e734be
treec22db84dbd106a56ad04c4372527cb8df54ead85
parentd9836ebceda0996a9da2f2355d7574a0818232c2
Issue #18950: Fix miscellaneous bugs in the sunau module.
Au_read.readframes() now updates current file position and reads correct
number of frames from multichannel stream.  Au_write.writeframesraw() now
correctly updates current file position.  Au_read and Au_write now correctly
work with file object if start file position is not a zero.
Lib/sunau.py
Misc/NEWS