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 serhiy.storchaka
Recipients arigo, mark.dickinson, serhiy.storchaka, zach.ware
Date 2013-08-17.19:22:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376767324.31.0.449910394716.issue18712@psf.upfronthosting.co.za>
In-reply-to
Content
Here is updated patch which uses Armin's algorithm for lookup special methods and adds special case for int subclasses in index().

I have no idea how the documentation should look.
History
Date User Action Args
2013-08-17 19:22:04serhiy.storchakasetrecipients: + serhiy.storchaka, arigo, mark.dickinson, zach.ware
2013-08-17 19:22:04serhiy.storchakasetmessageid: <1376767324.31.0.449910394716.issue18712@psf.upfronthosting.co.za>
2013-08-17 19:22:04serhiy.storchakalinkissue18712 messages
2013-08-17 19:22:04serhiy.storchakacreate