]> granicus.if.org Git - python/commit
Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 9 Nov 2013 21:09:44 +0000 (23:09 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 9 Nov 2013 21:09:44 +0000 (23:09 +0200)
commitc47d723eb017636aea8504861b4465067aabd9d6
treeecdd30276007f1affa93ea0aee1c9397434001c7
parentf87854e7bfe3ef18469909ba968e3474fe31646d
Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
Lib/test/test_wave.py
Lib/wave.py
Misc/NEWS