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 eli.bendersky
Recipients Retro, eli.bendersky, eric.araujo, eric.smith, georg.brandl, giampaolo.rodola, rhettinger, terry.reedy, xuanji
Date 2010-12-04.20:38:37
SpamBayes Score 3.2245472e-07
Marked as misclassified No
Message-id <1291495123.85.0.510389173027.issue10516@psf.upfronthosting.co.za>
In-reply-to
Content
Following Éric's suggestion, I'm attaching an updated patch with with the documentation in Doc/library/stdtypes.rst updated with the new methods.

There seems to be a slight Sphinx markup problem with this addition. I rewrote note (8) as:

   :meth:`clear`, :meth:`copy` and :meth:`sort` are not supported by
   :class:`bytearray` objects.

Unfortunately, :meth:`copy` is getting linked to the copy module.
History
Date User Action Args
2010-12-04 20:38:43eli.benderskysetrecipients: + eli.bendersky, georg.brandl, rhettinger, terry.reedy, eric.smith, giampaolo.rodola, eric.araujo, Retro, xuanji
2010-12-04 20:38:43eli.benderskysetmessageid: <1291495123.85.0.510389173027.issue10516@psf.upfronthosting.co.za>
2010-12-04 20:38:38eli.benderskylinkissue10516 messages
2010-12-04 20:38:38eli.benderskycreate