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 mark.dickinson, serhiy.storchaka, zach.ware
Date 2013-08-12.19:43:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376336618.2.0.937383921981.issue18712@psf.upfronthosting.co.za>
In-reply-to
Content
We can use type(a).__index__(a). Should we also correct the documentation for operator.index() and operator.length_hint()?
History
Date User Action Args
2013-08-12 19:43:38serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, zach.ware
2013-08-12 19:43:38serhiy.storchakasetmessageid: <1376336618.2.0.937383921981.issue18712@psf.upfronthosting.co.za>
2013-08-12 19:43:38serhiy.storchakalinkissue18712 messages
2013-08-12 19:43:38serhiy.storchakacreate