]> granicus.if.org Git - python/commit
Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 21 Nov 2013 09:04:37 +0000 (11:04 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 21 Nov 2013 09:04:37 +0000 (11:04 +0200)
commit5397c97451413b544593313651964facf9502c4a
treef27578ead62674b38de2c0405c2e3649f10a075a
parent78ecaba4820061f1c9bef70a348c34d354c27824
Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
big-endian platforms.

Temporary forbidden test_unseekable_incompleted_write fornot compressed 16-
and 32-bit wave file  on big-endian platforms.
Lib/test/audiotests.py
Lib/test/test_wave.py
Lib/wave.py
Misc/NEWS