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 r.david.murray
Recipients chris.jerdonek, docs@python, eric.araujo, ethan.furman, ezio.melotti, georg.brandl, mvolz, r.david.murray, terry.reedy
Date 2014-03-12.15:54:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394639666.95.0.0154525367698.issue16508@psf.upfronthosting.co.za>
In-reply-to
Content
Doing this is going to be a bit tricky, since currently links like :meth:`object.__format__` go to the special methods section.  So I think making the distinction between available special methods and ones that object implements will need to be done at the same time as this, and there may be quite a few places in the documentation where reference will need to be changed.
History
Date User Action Args
2014-03-12 15:54:27r.david.murraysetrecipients: + r.david.murray, georg.brandl, terry.reedy, ezio.melotti, eric.araujo, chris.jerdonek, docs@python, ethan.furman, mvolz
2014-03-12 15:54:26r.david.murraysetmessageid: <1394639666.95.0.0154525367698.issue16508@psf.upfronthosting.co.za>
2014-03-12 15:54:26r.david.murraylinkissue16508 messages
2014-03-12 15:54:26r.david.murraycreate