[docs] [issue12874] Rearrange descriptions of builtin types in the Library reference

Guido van Rossum report at bugs.python.org
Thu Sep 1 00:56:32 CEST 2011


Guido van Rossum <guido at 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 <report at bugs.python.org>
<http://bugs.python.org/issue12874>
_______________________________________


More information about the docs mailing list