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 mark.dickinson
Recipients anthony-flury, mark.dickinson
Date 2016-08-30.19:45:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472586350.87.0.888406786261.issue27901@psf.upfronthosting.co.za>
In-reply-to
Content
Note that Python 3 did away with unbound methods: in Python 3, `a.m` is simply a function, so there's little the `inspect` module can do to distinguish it from a regular top-level function.

https://docs.python.org/3/whatsnew/3.0.html#operators-and-special-methods
History
Date User Action Args
2016-08-30 19:45:50mark.dickinsonsetrecipients: + mark.dickinson, anthony-flury
2016-08-30 19:45:50mark.dickinsonsetmessageid: <1472586350.87.0.888406786261.issue27901@psf.upfronthosting.co.za>
2016-08-30 19:45:50mark.dickinsonlinkissue27901 messages
2016-08-30 19:45:50mark.dickinsoncreate