2008/7/22 Charles R Harris <charlesr.harris@gmail.com>:
This bit is illegal syntax in Python 2.3
X.append(tuple(conv(val) for (conv, val) in zip(converterseq,
vals)))
So this isn't going to work for 1.1.1
That's easy to fix. New patch attached.
Cheers
Stéfan