David Murmann wrote:
> replace the line
>             result = result + self + T(item)
> with
>             result = result + self + item
and of course the line
         result = T(seq[0])
with
         result = seq[0]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to