Feature Proposal: Sequence .join method

David Murmann david.murmann at rwth-aachen.de
Thu Sep 29 22:27:14 EDT 2005


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]



More information about the Python-list mailing list