Josh Rosenberg added the comment:

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).

----------
nosy: +josh.r

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22702>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to