[issue1951] test_wave.py converted to unittest

Facundo Batista report at bugs.python.org
Tue Feb 5 20:06:56 CET 2008


Facundo Batista added the comment:

Applied in r60602. Thank you very much!

Note that I had to apply the patch by hand... I think that the problem
was in the header: if I get a svn diff, it starts differently than you
patch:

facundo at virtub:~/devel/reps/python/trunk$ svn diff -r 60601
Lib/test/test_wave.py
Index: Lib/test/test_wave.py
===================================================================
--- Lib/test/test_wave.py       (revisión: 60601)
+++ Lib/test/test_wave.py       (copia de trabajo)
@@ -1,32 +1,45 @@
...

I noted that you submitted other patch in other issue, please check that
one to be ok.

Thanks again!!

----------
nosy: +facundobatista
resolution:  -> fixed
status: open -> closed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1951>
__________________________________


More information about the Python-bugs-list mailing list