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 georg.brandl
Recipients georg.brandl, shigin
Date 2008-01-31.16:19:03
SpamBayes Score 0.0052626524
Marked as misclassified No
Message-id <1201796344.68.0.713936765726.issue1981@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, it is expected since the descriptor access to methods creates a new
bound method object every time. The "is" operator does not work special
with methods.

There is another issue about documenting this, so closing as a duplicate.
History
Date User Action Args
2008-01-31 16:19:04georg.brandlsetspambayes_score: 0.00526265 -> 0.0052626524
recipients: + georg.brandl, shigin
2008-01-31 16:19:04georg.brandlsetspambayes_score: 0.00526265 -> 0.00526265
messageid: <1201796344.68.0.713936765726.issue1981@psf.upfronthosting.co.za>
2008-01-31 16:19:03georg.brandllinkissue1981 messages
2008-01-31 16:19:03georg.brandlcreate