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 docs@python, marco.buttu, rhettinger
Date 2013-09-21.02:24:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379730271.42.0.645343853618.issue19054@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe is better to underline the difference between classes and non-classes objects, instead of between objects and classes, because a class is an object, so it could be confusing). 
Raymond, what do you think about rewriting this sentence:

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

as:

  `The details of invocation depend on whether obj is a class or not.`

I upload two new patches (one for py2 and the other for py3)
History
Date User Action Args
2013-09-21 02:24:31marco.buttusetrecipients: + marco.buttu, rhettinger, docs@python
2013-09-21 02:24:31marco.buttusetmessageid: <1379730271.42.0.645343853618.issue19054@psf.upfronthosting.co.za>
2013-09-21 02:24:31marco.buttulinkissue19054 messages
2013-09-21 02:24:31marco.buttucreate