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 belopolsky
Recipients belopolsky, docs@python
Date 2010-12-14.17:26:02
SpamBayes Score 6.8321555e-07
Marked as misclassified No
Message-id <1292347564.88.0.542769666771.issue10702@psf.upfronthosting.co.za>
In-reply-to
Content
Library reference manual has a section dedicated to string methods [1], but similar methods of bytes and bytearray types are not documented.  Adding two new sections would probably be too repetitious, so I wonder if it would make sense to add notes about byte/bytearray methods to the matching string methods' entries.  See also issue10587.

[1] http://docs.python.org/dev/py3k/library/stdtypes.html#string-methods
History
Date User Action Args
2010-12-14 17:26:04belopolskysetrecipients: + belopolsky, docs@python
2010-12-14 17:26:04belopolskysetmessageid: <1292347564.88.0.542769666771.issue10702@psf.upfronthosting.co.za>
2010-12-14 17:26:03belopolskylinkissue10702 messages
2010-12-14 17:26:02belopolskycreate