This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author LambertDW
Recipients LambertDW, lopgok
Date 2008-12-04.22:44:29
SpamBayes Score 0.09272795
Marked as misclassified No
Message-id <1228430669.85.0.204207217844.issue4534@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-12-04 22:44:29LambertDWsetrecipients: + LambertDW, lopgok
2008-12-04 22:44:29LambertDWsetmessageid: <1228430669.85.0.204207217844.issue4534@psf.upfronthosting.co.za>
2008-12-04 22:44:29LambertDWlinkissue4534 messages
2008-12-04 22:44:29LambertDWcreate