]> 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:24:43 +0000 (21:24 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 28 Sep 2013 18:24:43 +0000 (21:24 +0300)
commitf7622bfcfbef21833556fe79752b8fd1d3eeecde
treed546b983251b13c31fcb3563052c7b5e9af1699a
parent6ba64f454da7710f0dcbb28fd574ac3fda7eb00c
parent0300a8db4955408059496d394cf53d212a2766a2
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.getnframes() now returns an
integer (as in Python 2).  Au_read and Au_write now correctly works with file
object if start file position is not a zero.
Lib/sunau.py
Misc/NEWS