David W. Lambert <[EMAIL PROTECTED]> added the comment: Try this---
def List_to_String(lis,separator=''):
return separator.join(lis)
----------
nosy: +LambertDW
_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4534>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
