This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author LambertDW
Recipients LambertDW, lopgok
Date 2008-12-04.22:30:45
SpamBayes Score 0.11740166
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Try this---

def List_to_String(lis,separator=''):
    return separator.join(lis)
History
Date User Action Args
2008-12-04 22:30:46LambertDWsetrecipients: + LambertDW, lopgok
2008-12-04 22:30:46LambertDWsetmessageid: <[email protected]>
2008-12-04 22:30:45LambertDWlinkissue4534 messages
2008-12-04 22:30:45LambertDWcreate