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 HallerPatrick, docs@python, terry.reedy, wim.glenn
Date 2021-01-23.18:29:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611426581.55.0.78643209072.issue42948@roundup.psfhosted.org>
In-reply-to
Content
Patrick, I am not sure what you are saying.  All the methods listed is this section are for both, as with

bytes.count(sub[, start[, end]])
bytearray.count(sub[, start[, end]])¶

but only bytearray has .copy (since there is never a need to copy an immutable).  This appears to be only methods like this.  PR created.
History
Date User Action Args
2021-01-23 18:29:41terry.reedysetrecipients: + terry.reedy, docs@python, wim.glenn, HallerPatrick
2021-01-23 18:29:41terry.reedysetmessageid: <1611426581.55.0.78643209072.issue42948@roundup.psfhosted.org>
2021-01-23 18:29:41terry.reedylinkissue42948 messages
2021-01-23 18:29:41terry.reedycreate