str().join() isn't working

Robert Dailey rcdailey at gmail.com
Mon Aug 20 17:46:36 EDT 2007


Yeah! That's it lol. Sorry, I wasn't looking at the documentation. At least
you got the point!

Thanks again guys.

On 8/20/07, Terry Reedy <tjreedy at udel.edu> wrote:
>
>
> "Robert Dailey" <rcdailey at gmail.com> wrote in message
> news:496954360708201249y1db0aa14qf0de14538fb51b9d at mail.gmail.com...
> | Hi all,
> |
> | Thanks for your response. I figured out the issue. I was using
> | list.append() to append another list, when I should have been using
> | expand(). Sorry for the confusion.
>
> The method is .extend, not .expand ;=)
>
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20070820/f4ccd3de/attachment.html>


More information about the Python-list mailing list