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 cool-RR, eric.araujo, r.david.murray, rhettinger
Date 2011-07-18.14:31:28
SpamBayes Score 0.00063171814
Marked as misclassified No
Message-id <1310999489.45.0.582341527072.issue12543@psf.upfronthosting.co.za>
In-reply-to
Content
> They don't support slicing, certainly, but I can't tell from the
> collections ABC docs if Sequence is required to support slicing.

This looks like a 2.7 docs bug.  The table with ABCs mentions __*item__, but not __*slice__, probably because it was written with 3.x in mind (where slices are a type of __*item__).  Do you think we need to improve the documentation for slicing, in general and with regards to collections ABCs?
History
Date User Action Args
2011-07-18 14:31:29eric.araujosetrecipients: + eric.araujo, rhettinger, r.david.murray, cool-RR
2011-07-18 14:31:29eric.araujosetmessageid: <1310999489.45.0.582341527072.issue12543@psf.upfronthosting.co.za>
2011-07-18 14:31:28eric.araujolinkissue12543 messages
2011-07-18 14:31:28eric.araujocreate