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 terry.reedy
Recipients chris.jerdonek, eric.araujo, ezio.melotti, nitika, rhettinger, terry.reedy
Date 2014-04-05.23:42:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396741358.13.0.601883968156.issue16927@psf.upfronthosting.co.za>
In-reply-to
Content
I would be happy enough to just add a second index section, with short annotations or commentaries about the categories -- nitika's patch with sentences added. I would put it after the current table, and not box the links. Short example:

The following functions convert an integer to a binary, octal, or hexadecimal string: :func:`bin`, :func:`oct`, :func:`hex`.
History
Date User Action Args
2014-04-05 23:42:38terry.reedysetrecipients: + terry.reedy, rhettinger, ezio.melotti, eric.araujo, chris.jerdonek, nitika
2014-04-05 23:42:38terry.reedysetmessageid: <1396741358.13.0.601883968156.issue16927@psf.upfronthosting.co.za>
2014-04-05 23:42:38terry.reedylinkissue16927 messages
2014-04-05 23:42:37terry.reedycreate