Ethan Furman added the comment:

The proposed text is something along the lines of:

__objclass__: 1) Indicates this callable requires an instance of the given type 
(or a subclass) as its first positional argument; e.g. CPython sets this for 
unbound methods that are implemented in C rather than Python.  2) The class 
where this object was defined.

So, any ideas for improvement, and, more importantly, where in the docs should 
this go?

----------

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

Reply via email to