Robert Kern wrote:
>Francois De Serres wrote:
>
>
>
>>I'll pick ('%c' * len(t)) % t, for it's readability and the fact that
>>join() is on the deprec'd list.
>>
>>
>
>''.join() is certainly not deprecated. What made you think that?
>
>
>
this:
http://www.python.org/doc/2.4.1/lib/node110.htmlbut I now realize it's a different version of join() that was proposed here... thank you, Francois -- http://mail.python.org/mailman/listinfo/python-list
