Marco Buttu added the comment:

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)

----------
Added file: http://bugs.python.org/file31828/py3howto.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19054>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to