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 ezio.melotti
Recipients docs@python, ezio.melotti, pitrou
Date 2012-10-16.19:13:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350414817.7.0.788583408426.issue16252@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-16 19:13:37ezio.melottisetrecipients: + ezio.melotti, pitrou, docs@python
2012-10-16 19:13:37ezio.melottisetmessageid: <1350414817.7.0.788583408426.issue16252@psf.upfronthosting.co.za>
2012-10-16 19:13:37ezio.melottilinkissue16252 messages
2012-10-16 19:13:37ezio.melotticreate