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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, georg.brandl, shigin
Date 2008-01-31.16:24:28
SpamBayes Score 0.0018401999
Marked as misclassified No
Message-id <1201796669.21.0.249922608784.issue1981@psf.upfronthosting.co.za>
In-reply-to
Content
It's actually documented in
http://docs.python.org/dev/reference/datamodel.html

"""
Note that the transformation from function object to (unbound or bound)
method object happens each time the attribute is retrieved from the
class or instance
"""
History
Date User Action Args
2008-01-31 16:24:29amaury.forgeotdarcsetspambayes_score: 0.0018402 -> 0.0018401999
recipients: + amaury.forgeotdarc, georg.brandl, shigin
2008-01-31 16:24:29amaury.forgeotdarcsetspambayes_score: 0.0018402 -> 0.0018402
messageid: <1201796669.21.0.249922608784.issue1981@psf.upfronthosting.co.za>
2008-01-31 16:24:28amaury.forgeotdarclinkissue1981 messages
2008-01-31 16:24:28amaury.forgeotdarccreate