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 mark.dickinson
Recipients arigo, mark.dickinson, serhiy.storchaka, zach.ware
Date 2013-08-17.10:23:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376734986.15.0.486296664524.issue18712@psf.upfronthosting.co.za>
In-reply-to
Content
> Just mentioning it here again, but "type(a).__index__(a)" is still not perfectly correct.

Hmm.  "type(a).__dict__['__index__'](a)" ?  (With suitable error checks, as in Serhiy's patch.)
History
Date User Action Args
2013-08-17 10:23:06mark.dickinsonsetrecipients: + mark.dickinson, arigo, zach.ware, serhiy.storchaka
2013-08-17 10:23:06mark.dickinsonsetmessageid: <1376734986.15.0.486296664524.issue18712@psf.upfronthosting.co.za>
2013-08-17 10:23:06mark.dickinsonlinkissue18712 messages
2013-08-17 10:23:06mark.dickinsoncreate