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 josh.r
Recipients docs@python, josh.r, vy0123
Date 2014-10-23.04:00:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414036841.79.0.140420200232.issue22702@psf.upfronthosting.co.za>
In-reply-to
Content
Seems awfully verbose relative to the standards of the other built-in methods. Can you explain what improvements you feel this provides? str.join isn't a particularly complex method, relative to the other str methods that have inline usage examples (e.g. the *strip methods, where it needs to be made clear that it's stripping by character, not string matching, or the interaction of arguments in str.split).
History
Date User Action Args
2014-10-23 04:00:41josh.rsetrecipients: + josh.r, docs@python, vy0123
2014-10-23 04:00:41josh.rsetmessageid: <1414036841.79.0.140420200232.issue22702@psf.upfronthosting.co.za>
2014-10-23 04:00:41josh.rlinkissue22702 messages
2014-10-23 04:00:41josh.rcreate