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 gvanrossum
Recipients docs@python, gvanrossum, ncoghlan
Date 2011-08-31.22:56:31
SpamBayes Score 0.010269281
Marked as misclassified No
Message-id <1314831392.02.0.135204174688.issue12874@psf.upfronthosting.co.za>
In-reply-to
Content
I agree on the subdivision, but I think they should still be grouped together somehow, since these all really *do* share some interfaces: __getitem__ (with slicing), __iter__, __len__, at least; arguably __contains__; probably some others (see collections/abc.py).
History
Date User Action Args
2011-08-31 22:56:32gvanrossumsetrecipients: + gvanrossum, ncoghlan, docs@python
2011-08-31 22:56:32gvanrossumsetmessageid: <1314831392.02.0.135204174688.issue12874@psf.upfronthosting.co.za>
2011-08-31 22:56:31gvanrossumlinkissue12874 messages
2011-08-31 22:56:31gvanrossumcreate