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 ezio.melotti
Recipients docs@python, eric.araujo, ezio.melotti, georg.brandl, rhettinger, sandro.tosi
Date 2011-03-21.05:21:06
SpamBayes Score 3.3418704e-07
Marked as misclassified No
Message-id <1300684867.92.0.0326129203781.issue10617@psf.upfronthosting.co.za>
In-reply-to
Content
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__.)
History
Date User Action Args
2011-03-21 05:21:07ezio.melottisetrecipients: + ezio.melotti, georg.brandl, rhettinger, eric.araujo, sandro.tosi, docs@python
2011-03-21 05:21:07ezio.melottisetmessageid: <1300684867.92.0.0326129203781.issue10617@psf.upfronthosting.co.za>
2011-03-21 05:21:06ezio.melottilinkissue10617 messages
2011-03-21 05:21:06ezio.melotticreate