Message 207821 - Python tracker

Message207821

Author terry.reedy
Recipients Bernt.Røskar.Brenna, roger.serwy, terry.reedy
Date 2014-01-10.02:16:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389320178.37.0.457668782233.issue7883@psf.upfronthosting.co.za>
In-reply-to
Content
The 3.x changes will not affect 2.7, which currently still uses _find_constructor. I suspect the .__func__ is needed for old-style classes, but I will try to check.
History
Date User Action Args
2014-01-10 02:16:18terry.reedysetrecipients: + terry.reedy, roger.serwy, Bernt.Røskar.Brenna
2014-01-10 02:16:18terry.reedysetmessageid: <1389320178.37.0.457668782233.issue7883@psf.upfronthosting.co.za>
2014-01-10 02:16:18terry.reedylinkissue7883 messages
2014-01-10 02:16:18terry.reedycreate