]> granicus.if.org Git - python/commit
Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 13 Jul 2010 23:04:56 +0000 (23:04 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 13 Jul 2010 23:04:56 +0000 (23:04 +0000)
commite9ebde48cf5d7892794eacaeba683b308ce5a94b
tree7ca9edd545aaaf2cf36cad4fd1aa5c0ff3955538
parent903396ee660679340e47f68d0da7b78d30c43480
Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.
13 files changed:
Lib/sndhdr.py
Lib/test/sndhdrdata/README [new file with mode: 0644]
Lib/test/sndhdrdata/sndhdr.8svx [new file with mode: 0644]
Lib/test/sndhdrdata/sndhdr.aifc [new file with mode: 0644]
Lib/test/sndhdrdata/sndhdr.aiff [new file with mode: 0644]
Lib/test/sndhdrdata/sndhdr.au [new file with mode: 0644]
Lib/test/sndhdrdata/sndhdr.hcom [new file with mode: 0644]
Lib/test/sndhdrdata/sndhdr.sndt [new file with mode: 0644]
Lib/test/sndhdrdata/sndhdr.voc [new file with mode: 0644]
Lib/test/sndhdrdata/sndhdr.wav [new file with mode: 0644]
Lib/test/test_sndhdr.py [new file with mode: 0644]
Misc/ACKS
Misc/NEWS