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 aeros
Recipients Krishna Oza, Mariatta, aeros, docs@python
Date 2019-07-19.20:22:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563567753.48.0.156133003397.issue37618@roundup.psfhosted.org>
In-reply-to
Content
>In my opinion the current documentation is correctly formed since the bytearray and str are two different classes in Python they could have different set of functions supported and hence the grouping of functions like islower() to be kept separated for different object types.

This could justify the grouping of the functions themselves, but doesn't explain why the code examples are contained in bytearray instead of str. New users of the language are far more likely to check the docs for the string functions, and thus benefit significantly more from seeing the code examples.
History
Date User Action Args
2019-07-19 20:22:33aerossetrecipients: + aeros, docs@python, Krishna Oza, Mariatta
2019-07-19 20:22:33aerossetmessageid: <1563567753.48.0.156133003397.issue37618@roundup.psfhosted.org>
2019-07-19 20:22:33aeroslinkissue37618 messages
2019-07-19 20:22:33aeroscreate