[docs] [issue22702] to improve documentation for join() (str method)

Josh Rosenberg report at bugs.python.org
Thu Oct 23 06:00:41 CEST 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue22702>
_______________________________________


More information about the docs mailing list