Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment:

>>> str.join(lis, '')

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

>>> import string
>>> string.join(lis, '')

----------
nosy: +amaury.forgeotdarc
resolution:  -> invalid
status: open -> closed

_______________________________________
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

Reply via email to