[issue10617] Collections ABCs can’t be linked to

Ezio Melotti report at bugs.python.org
Mon Mar 21 06:21:07 CET 2011


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

Here's a patch that adds the list of classes with a minimal description before the table.
I grouped a few classes to save some space. Container, Hashable, Sized, Callable could be grouped too.
I also added links to the methods and to glossary terms (the `set` term is missing from the glossary though).
The methods listed in the table can be turned to links too.
(The :meth:`__len__ <__len__>` markup is to hide the () after the __method__.)

----------
assignee: georg.brandl -> ezio.melotti
keywords: +patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file21318/issue10617.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10617>
_______________________________________


More information about the Python-bugs-list mailing list