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 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 <[email protected]>
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: <[email protected]>
2014-01-10 02:16:18terry.reedylinkissue7883 messages
2014-01-10 02:16:18terry.reedycreate