Message 234486 - Python tracker

Message234486

Author Claudiu.Popa
Recipients Claudiu.Popa, kevinbenton, michael.foord
Date 2015-01-22.09:20:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421918416.21.0.567032857706.issue23078@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch which does this. One problem could be that staticmethod(some_callable) or classmethod(some_callable) aren't callable per se, but given the fact that users expects Foo.staticmethod or Foo.klassmethod to be callable when patching them, it's something we should consider for fixing.
History
Date User Action Args
2015-01-22 09:20:16Claudiu.Popasetrecipients: + Claudiu.Popa, michael.foord, kevinbenton
2015-01-22 09:20:16Claudiu.Popasetmessageid: <1421918416.21.0.567032857706.issue23078@psf.upfronthosting.co.za>
2015-01-22 09:20:16Claudiu.Popalinkissue23078 messages
2015-01-22 09:20:16Claudiu.Popacreate