Futher update docs after unbound method removal.

This commit is contained in:
Georg Brandl 2007-11-27 12:43:08 +00:00
parent ff737954f3
commit 2e0b7557b1
8 changed files with 93 additions and 119 deletions

View file

@ -2600,8 +2600,9 @@ There are some useful functions that are useful for working with method objects.
function that will be called when the method is called. If this method should
be bound to an instance, *self* should be the instance and *class* should be the
class of *self*, otherwise *self* should be *NULL* and *class* should be the
class which provides the unbound method..
class which provides the unbound method.
.. XXX no unbound methods anymore...
.. cfunction:: PyObject* PyMethod_Class(PyObject *meth)