]> granicus.if.org Git - python/commit
Fixed the wave module testing on big-endian platforms.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 28 Dec 2013 08:18:44 +0000 (10:18 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 28 Dec 2013 08:18:44 +0000 (10:18 +0200)
commite891de3cbba302b3633635c91787b5ffbd9684e2
tree752538d18ff6ab4009591142c46c0de44e1b4a16
parentd551b2857145b189c7288f9c78b5d2e9dab5ffe8
Fixed the wave module testing on big-endian platforms.

array.fromfile() works only with file objects, not io.FileIO instances.
Lib/test/audiotests.py