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 amaury.forgeotdarc
Recipients LambertDW, amaury.forgeotdarc, lopgok
Date 2008-12-05.00:25:13
SpamBayes Score 0.0004628794
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
>>> str.join(lis, '')

I doubt this really worked with 2.6.
Wasn't it something like:

>>> import string
>>> string.join(lis, '')
History
Date User Action Args
2008-12-05 00:25:14amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, LambertDW, lopgok
2008-12-05 00:25:14amaury.forgeotdarcsetmessageid: <[email protected]>
2008-12-05 00:25:13amaury.forgeotdarclinkissue4534 messages
2008-12-05 00:25:13amaury.forgeotdarccreate