[issue21777] Separate out documentation of binary sequence methods

Marc-Andre Lemburg report at bugs.python.org
Mon Jul 14 00:39:38 CEST 2014


Marc-Andre Lemburg added the comment:

Why are you removing guarantees like these from the str docs:

"The original string is returned if *width* is less than or equal to ``len(s)``."

?

This doesn't seem to have anything to do with documenting bytes and bytearrays.

----------
nosy: +lemburg

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21777>
_______________________________________


More information about the Python-bugs-list mailing list