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 ionelmc
Recipients Claudiu.Popa, belopolsky, christian.heimes, ethan.furman, ionelmc, llllllllll
Date 2015-04-17.23:15:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429312552.54.0.5873885905.issue23990@psf.upfronthosting.co.za>
In-reply-to
Content
> > But somehow defining them with @property works (I guess because @property is in the class).

> IMO, this is the bug and not the callable() behavior.

By the same reasoning we shouldn't be able to use staticmethod or classmethod for special methods. I'm pretty sure that's intended, even if it looks useless.
History
Date User Action Args
2015-04-17 23:15:52ionelmcsetrecipients: + ionelmc, belopolsky, christian.heimes, Claudiu.Popa, ethan.furman, llllllllll
2015-04-17 23:15:52ionelmcsetmessageid: <1429312552.54.0.5873885905.issue23990@psf.upfronthosting.co.za>
2015-04-17 23:15:52ionelmclinkissue23990 messages
2015-04-17 23:15:52ionelmccreate