Message214066
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.) |
|
Date |
User |
Action |
Args |
2014-03-19 08:19:05 | eric.araujo | set | recipients:
+ eric.araujo, terry.reedy, ezio.melotti, chris.jerdonek, nitika |
2014-03-19 08:19:05 | eric.araujo | set | messageid: <1395217145.35.0.279306067255.issue16927@psf.upfronthosting.co.za> |
2014-03-19 08:19:05 | eric.araujo | link | issue16927 messages |
2014-03-19 08:19:05 | eric.araujo | create | |
|