On 2005-02-17, Michael Spencer <[EMAIL PROTECTED]> wrote:

>> Thanks.  The stuff provided by the "new" module is what I was
>> missing.
>
> No magic in the 'new' module - new.instancemethod is just a synonym for the 
> method type:
>
>  >>> import new, types
>  >>> new.instancemethod is types.MethodType
> True

Thanks -- I didn't know that either.

-- 
Grant Edwards                   grante             Yow!  I joined scientology
                                  at               at a garage sale!!
                               visi.com            
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to