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 eric.araujo
Recipients chris.jerdonek, eric.araujo, ezio.melotti, nitika, terry.reedy
Date 2014-03-19.08:19:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395217145.35.0.279306067255.issue16927@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, the markup for built-in types is better.  (You added hash to that list, but it’s a function returning an int, not a type.)

+Functions : 
+base conversion: :func:`bin`, :func:`oct`, :func:`hex`
+attribute-related: :func:`getattr`, :func:`setattr`, :func:`hasattr`, :func:`delattr`
+math-related: :func:`abs`, :func:`pow`, :func:`round`, :func:`divmod`, 
[etc]

This is a list of all functions, grouped by topic, which complements the list of all functions sorted mostly alphabetically.  Ezio, is this what you had in mind, or was it regrouping the docs of functions in new sections with headings?  (The latter sounds more useful to me.)
History
Date User Action Args
2014-03-19 08:19:05eric.araujosetrecipients: + eric.araujo, terry.reedy, ezio.melotti, chris.jerdonek, nitika
2014-03-19 08:19:05eric.araujosetmessageid: <1395217145.35.0.279306067255.issue16927@psf.upfronthosting.co.za>
2014-03-19 08:19:05eric.araujolinkissue16927 messages
2014-03-19 08:19:05eric.araujocreate