]> granicus.if.org Git - python/commit
Issue #19623: Fixed writing to unseekable files in the aifc module.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 14 Dec 2013 18:35:04 +0000 (20:35 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 14 Dec 2013 18:35:04 +0000 (20:35 +0200)
commit84d28b4ee5983bcb048323a0e56ea4c5498a0652
tree95fdd650d031350b1dc3723764a46a12eb917059
parent5da107ac7261d8359cd6e1a9a8e57f85176d1180
Issue #19623: Fixed writing to unseekable files in the aifc module.
Lib/aifc.py
Lib/test/audiotests.py
Lib/test/test_aifc.py
Lib/test/test_sunau.py
Lib/test/test_wave.py
Misc/NEWS