better way than: myPage += 'more html' , ...

Irmen de Jong irmen at -NOSPAM-REMOVETHIS-xs4all.nl
Wed Jun 25 17:20:02 EDT 2003


Dave Kuhlman wrote:
> Funny that string.join() supports the optional second parameter,
> while 'abc'.join() does not.

Use:  "\n".join(yourlist)   ...

--Irmen





More information about the Python-list mailing list