]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18950: Fix miscellaneous bugs in the sunau module.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 28 Sep 2013 18:21:39 +0000 (21:21 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 28 Sep 2013 18:21:39 +0000 (21:21 +0300)
commit0300a8db4955408059496d394cf53d212a2766a2
tree84e191c651af7a092d420e7dffddc7637ddf8015
parentd2c07a58affecc3fb049652ee7a435c382e3a4d0
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