]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #5202: Added support for unseekable files in the wave module.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Nov 2013 11:04:00 +0000 (13:04 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Nov 2013 11:04:00 +0000 (13:04 +0200)
commit7714ebbe0e7556bbfa6b768e434042b55474939c
treeedfc3e4daeaca4f88a3efb384c1a34bdf7f808b1
parenta7a34a83f3f2b9b319cb6f379f6e189066233c76
Issue #5202: Added support for unseekable files in the wave module.
Doc/library/wave.rst
Lib/test/audiotests.py
Lib/test/test_aifc.py
Lib/wave.py
Misc/NEWS