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 py.user
Recipients docs@python, py.user
Date 2012-01-10.03:52:40
SpamBayes Score 0.0036227496
Marked as misclassified No
Message-id <1326167561.64.0.37328706988.issue13753@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/py3k/library/stdtypes.html#str.join

str.join(iterable)¶

    Return a string which is the concatenation of the strings in the iterable iterable. A TypeError will be raised if there are any non-string values in seq, including bytes objects. The separator between elements is the string providing this method.


"non-string values in seq" -> "non-string values in iterable"
History
Date User Action Args
2012-01-10 03:52:41py.usersetrecipients: + py.user, docs@python
2012-01-10 03:52:41py.usersetmessageid: <1326167561.64.0.37328706988.issue13753@psf.upfronthosting.co.za>
2012-01-10 03:52:40py.userlinkissue13753 messages
2012-01-10 03:52:40py.usercreate