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 fov
Recipients Claudiu.Popa, berker.peksag, fov, kevinbenton, kormat, lukasz.langa, michael.foord
Date 2015-09-15.00:05:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442275530.05.0.174463317022.issue23078@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch implements these changes through _callable instead. This patch also ensures that the underlying object that staticmethod and classmethod wrap is a callable object as well.
History
Date User Action Args
2015-09-15 00:05:30fovsetrecipients: + fov, kormat, michael.foord, Claudiu.Popa, lukasz.langa, berker.peksag, kevinbenton
2015-09-15 00:05:30fovsetmessageid: <1442275530.05.0.174463317022.issue23078@psf.upfronthosting.co.za>
2015-09-15 00:05:30fovlinkissue23078 messages
2015-09-15 00:05:29fovcreate