[docs] [issue16252] bytes and bytearray methods are undocumented

Ezio Melotti report at bugs.python.org
Tue Oct 16 21:13:37 CEST 2012


Ezio Melotti added the comment:

http://docs.python.org/dev/library/stdtypes.html#bytes-and-bytearray-operations

"""
Due to the common use of ASCII text as the basis for binary protocols, bytes and bytearray objects provide almost all methods found on text strings, with the exceptions of:
"""

The additional methods are documented after that.

----------
nosy: +ezio.melotti

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


More information about the docs mailing list