Message 143286 - Python tracker (original) (raw)
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).