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 martin.panter
Recipients chris.jerdonek, docs@python, eric.araujo, ezio.melotti, georg.brandl, martin.panter, mvolz, r.david.murray, terry.reedy
Date 2015-07-30.12:43:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438260187.54.0.85850118558.issue16508@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch. Perhaps it is what you had in mind. I added quick mentions of the “object” class to The Standard Type Hierarchy and Other Built-in Types. I added documentation of what the object class’s own implementations do where it provides them. I added sentences pointing out that other methods are not provided by the object class, where I thought it may not already be clear. I also added a test case to check that various methods exist or not, to match the documentation.
History
Date User Action Args
2015-07-30 12:43:08martin.pantersetrecipients: + martin.panter, georg.brandl, terry.reedy, ezio.melotti, eric.araujo, r.david.murray, chris.jerdonek, docs@python, mvolz
2015-07-30 12:43:07martin.pantersetmessageid: <1438260187.54.0.85850118558.issue16508@psf.upfronthosting.co.za>
2015-07-30 12:43:07martin.panterlinkissue16508 messages
2015-07-30 12:43:07martin.pantercreate