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 terry.reedy
Recipients georg.brandl, sjmachin, terry.reedy
Date 2008-12-20.03:06:24
SpamBayes Score 0.0039523086
Marked as misclassified No
Message-id <1229742387.35.0.46271748615.issue4669@psf.upfronthosting.co.za>
In-reply-to
Content
I am puzzled as to what you think is missing in the manual.

"Bytes and Byte Array Methods
Bytes and bytearray objects, being “strings of bytes”, have all methods
found on strings, with the exception of encode(), format() and
isidentifier(), which do not make sense with these types. ...
Note
The methods on bytes and bytearray objects don’t accept strings as their
arguments, just as the methods on strings don’t accept bytes as their
arguments. For example, 
"
I believe you are right that bytes => bytes/bytearray in the second help
entry.
History
Date User Action Args
2008-12-20 03:06:27terry.reedysetrecipients: + terry.reedy, georg.brandl, sjmachin
2008-12-20 03:06:27terry.reedysetmessageid: <1229742387.35.0.46271748615.issue4669@psf.upfronthosting.co.za>
2008-12-20 03:06:26terry.reedylinkissue4669 messages
2008-12-20 03:06:24terry.reedycreate