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 terry.reedy
Recipients gsakkis, rhettinger, terry.reedy
Date 2009-05-15.20:48:52
SpamBayes Score 2.2107285e-07
Marked as misclassified No
Message-id <1242420534.12.0.148448882446.issue5982@psf.upfronthosting.co.za>
In-reply-to
Content
Having to bind and unbind a classmethod to get at the function is
definitely a bit weird, and also susceptible to changing implementation,
but do you have a practical use case to motivate the effort needed?

In Py3, '__func__' replaced 'im_func', and that is the name to use if
the attribute is added.  A change in 3.2 is at least as likely as a
change in 2.7.
History
Date User Action Args
2009-05-15 20:48:54terry.reedysetrecipients: + terry.reedy, rhettinger, gsakkis
2009-05-15 20:48:54terry.reedysetmessageid: <1242420534.12.0.148448882446.issue5982@psf.upfronthosting.co.za>
2009-05-15 20:48:53terry.reedylinkissue5982 messages
2009-05-15 20:48:52terry.reedycreate