Marco Buttu added the comment: 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." ---------- nosy: +marco.buttu _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25435> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com