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 ethan.furman
Recipients Arfrever, CliffM, eric.araujo, ethan.furman, ezio.melotti, georg.brandl
Date 2013-10-22.00:31:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382401895.14.0.123334995805.issue19281@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2013-10-22 00:31:35ethan.furmansetrecipients: + ethan.furman, georg.brandl, ezio.melotti, eric.araujo, Arfrever, CliffM
2013-10-22 00:31:35ethan.furmansetmessageid: <1382401895.14.0.123334995805.issue19281@psf.upfronthosting.co.za>
2013-10-22 00:31:35ethan.furmanlinkissue19281 messages
2013-10-22 00:31:34ethan.furmancreate