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 <1228429846.26.0.771283690948.issue4534@psf.upfronthosting.co.za>
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: <1228429846.26.0.771283690948.issue4534@psf.upfronthosting.co.za>
2008-12-04 22:30:45LambertDWlinkissue4534 messages
2008-12-04 22:30:45LambertDWcreate