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 marco.buttu
Recipients David Becher, Mariatta, dholth, docs@python, eryksun, marco.buttu, martin.panter, rhettinger
Date 2017-05-08.15:15:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494256513.62.0.209251578539.issue25435@psf.upfronthosting.co.za>
In-reply-to
Content
I also noticed that the howto differentiates between objects and classes:

"The details of invocation depend on whether obj is an object or a class."

I think it is misleading, because a class is actually an object.  IMHO is better to differentiate between classes and non-classes objects:

"The details of invocation depend on whether obj is a class or not."
History
Date User Action Args
2017-05-08 15:15:13marco.buttusetrecipients: + marco.buttu, rhettinger, dholth, docs@python, martin.panter, eryksun, David Becher, Mariatta
2017-05-08 15:15:13marco.buttusetmessageid: <1494256513.62.0.209251578539.issue25435@psf.upfronthosting.co.za>
2017-05-08 15:15:13marco.buttulinkissue25435 messages
2017-05-08 15:15:13marco.buttucreate