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

David W. Lambert report at bugs.python.org
Thu Dec 4 23:44:29 CET 2008


David W. Lambert <lambertdw at corning.com> added the comment:

I did this to find out what are str.join's arguments---

$ python3 -c 'help(str.join)'

Help on method_descriptor:

join(...)
    S.join(sequence) -> str
    
    Return a string which is the concatenation of the strings in the
    sequence.  The separator between elements is S.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4534>
_______________________________________


More information about the Python-bugs-list mailing list