[issue4534] problem with str.join - should work with list input, error says requires 'str' object

Amaury Forgeot d'Arc report at bugs.python.org
Fri Dec 5 01:25:14 CET 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> 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 <report at bugs.python.org>
<http://bugs.python.org/issue4534>
_______________________________________


More information about the Python-bugs-list mailing list