Message76939
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. |
|
| Date |
User |
Action |
Args |
| 2008-12-04 22:44:29 | LambertDW | set | recipients:
+ LambertDW, lopgok |
| 2008-12-04 22:44:29 | LambertDW | set | messageid: <[email protected]> |
| 2008-12-04 22:44:29 | LambertDW | link | issue4534 messages |
| 2008-12-04 22:44:29 | LambertDW | create | |
|