David W. Lambert <[EMAIL PROTECTED]> 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 <[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