]> 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:34:33 +0000 (20:34 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 14 Dec 2013 18:34:33 +0000 (20:34 +0200)
commitd1a61dcc65a85639f273b31fd32267092db9a06e
treeb1ae63e2903907297d33f0e1127e6d5573176093
parenta92cc91ee63ea5c21297e468fbea725c8f7542dd
Issue #19623: Fixed writing to unseekable files in the aifc module.
Fixed writing 'ulaw' (lower case) compressed AIFC files.
Lib/aifc.py
Lib/test/audiotests.py
Lib/test/test_aifc.py
Lib/test/test_sunau.py
Lib/test/test_wave.py
Misc/NEWS