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 ezio.melotti
Recipients chris.jerdonek, docs@python, eric.araujo, ezio.melotti, federico.reghenzani, gregcouch, pitrou, takluyver, wdanilo
Date 2013-03-04.18:00:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362420018.31.0.535883482457.issue16851@psf.upfronthosting.co.za>
In-reply-to
Content
I checked the tests on 2.7 and found this:

        # contrary to spec, ismethod() is also True for unbound methods
        # (see #1785)
        self.assertIn(('f', B.f), inspect.getmembers(B, inspect.ismethod))

#1785 also has some discussion about this.
History
Date User Action Args
2013-03-04 18:00:18ezio.melottisetrecipients: + ezio.melotti, gregcouch, pitrou, eric.araujo, chris.jerdonek, docs@python, takluyver, federico.reghenzani, wdanilo
2013-03-04 18:00:18ezio.melottisetmessageid: <1362420018.31.0.535883482457.issue16851@psf.upfronthosting.co.za>
2013-03-04 18:00:18ezio.melottilinkissue16851 messages
2013-03-04 18:00:18ezio.melotticreate