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 josh.r
Recipients HallerPatrick, docs@python, josh.r, terry.reedy, wim.glenn
Date 2021-01-24.02:21:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611454892.52.0.486387261182.issue42948@roundup.psfhosted.org>
In-reply-to
Content
Does this need specific documentation? bytearray itself is documented with:

> As bytearray objects are mutable, they support the mutable sequence operations in addition to the common bytes and bytearray operations described in Bytes and Bytearray Operations.

where "mutable" is a link to all the mutable sequence operations ( https://docs.python.org/3/library/stdtypes.html#typesseq-mutable ), including copy. Specifically documenting copy for bytearray is pointless; are we going to add specific documentation for append and remove and all the other mutable sequence operations as well?
History
Date User Action Args
2021-01-24 02:21:32josh.rsetrecipients: + josh.r, terry.reedy, docs@python, wim.glenn, HallerPatrick
2021-01-24 02:21:32josh.rsetmessageid: <1611454892.52.0.486387261182.issue42948@roundup.psfhosted.org>
2021-01-24 02:21:32josh.rlinkissue42948 messages
2021-01-24 02:21:32josh.rcreate