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 ethan.furman
Recipients Arfrever, amitava.b, benjamin.peterson, ethan.furman, r.david.murray, terry.reedy, trent
Date 2014-06-23.04:14:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403496890.81.0.248649728066.issue20092@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, that test should pass when this issue is resolved.

I can't tell from your comment what you are trying to do to resolve it, but the course of action I had in mind was to have the `type` meta-class make a final examination of the type it was creating, and if that type had __index__ but not __int__ then bind __int__ to __index__.
History
Date User Action Args
2014-06-23 04:14:50ethan.furmansetrecipients: + ethan.furman, terry.reedy, benjamin.peterson, trent, Arfrever, r.david.murray, amitava.b
2014-06-23 04:14:50ethan.furmansetmessageid: <1403496890.81.0.248649728066.issue20092@psf.upfronthosting.co.za>
2014-06-23 04:14:50ethan.furmanlinkissue20092 messages
2014-06-23 04:14:50ethan.furmancreate