]> granicus.if.org Git - python/commit
A fix for running unittest tests on platforms without the audioop module (e.g. jython...
authorMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 27 Mar 2010 12:55:19 +0000 (12:55 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 27 Mar 2010 12:55:19 +0000 (12:55 +0000)
commitff889396a845a557aa440a6960fcc5d8e6d9033a
treefed4f3116d82b7573fa4c755f30a3226b0add746
parent9588d998d593f165403dd9f105b55aa2489ce47c
A fix for running unittest tests on platforms without the audioop module (e.g. jython and IronPython)
Lib/unittest/test/dummy.py [new file with mode: 0644]
Lib/unittest/test/test_loader.py