Guido van Rossum <gu...@python.org> added the comment:

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).

----------
nosy: +gvanrossum

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12874>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to