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 ncoghlan
Recipients abarry, brett.cannon, ncoghlan, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-07-09.13:59:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468072792.19.0.757480842678.issue27137@psf.upfronthosting.co.za>
In-reply-to
Content
Emanuel's latest patch looks good to me, but after seeing yet another behaviour discrepancy between the two versions(static method vs instance method behaviour), I've proposed disallowing function/class mismatches as an explicit policy clarification in PEP 399: https://mail.python.org/pipermail/python-dev/2016-July/145556.html

Since this change can land any time before the first 3.6 beta in September, I'm going to wait and see want kind of responses we get to that thread before merging it.
History
Date User Action Args
2016-07-09 13:59:52ncoghlansetrecipients: + ncoghlan, brett.cannon, rhettinger, vstinner, serhiy.storchaka, xiang.zhang, abarry
2016-07-09 13:59:52ncoghlansetmessageid: <1468072792.19.0.757480842678.issue27137@psf.upfronthosting.co.za>
2016-07-09 13:59:52ncoghlanlinkissue27137 messages
2016-07-09 13:59:51ncoghlancreate