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 eric.araujo
Recipients Retro, docs@python, eli.bendersky, eric.araujo, eric.smith, georg.brandl, giampaolo.rodola, rhettinger, terry.reedy, xuanji
Date 2010-12-04.14:46:56
SpamBayes Score 0.004623564
Marked as misclassified No
Message-id <4CFA545F.9040004@netwok.org>
In-reply-to <1291471680.1.0.121919939415.issue10516@psf.upfronthosting.co.za>
Content
Hi Eli,

I think the right place is 4.6.4,
http://docs.python.org/dev/library/stdtypes#mutable-sequence-types

It starts with “List and bytearray objects support additional operations
that allow in-place modification of the object”.

For methods not supported by bytearray, you can use the fake footnote
(8) and edit its texte (“sort() is not supported by bytearray objects”).

Regards
History
Date User Action Args
2010-12-04 14:47:01eric.araujosetrecipients: + eric.araujo, georg.brandl, rhettinger, terry.reedy, eric.smith, giampaolo.rodola, Retro, eli.bendersky, xuanji
2010-12-04 14:46:56eric.araujolinkissue10516 messages
2010-12-04 14:46:56eric.araujocreate