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 mjacob
Recipients Arfrever, alex, barry, docs@python, eric.snow, ethan.furman, mark.dickinson, mjacob, ncoghlan, python-dev, serhiy.storchaka, vstinner
Date 2015-02-24.13:38:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424785113.99.0.976503966177.issue17576@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe I'm missing something, but it seems to me that test_int_subclass_with_index() is testing for the exactly wrong behaviour.  Isn't the point of this issue that operator.index(a) should be equal to a.__index__()?  Why are the tests checking that they are different?
History
Date User Action Args
2015-02-24 13:38:34mjacobsetrecipients: + mjacob, barry, mark.dickinson, ncoghlan, vstinner, Arfrever, alex, docs@python, ethan.furman, python-dev, eric.snow, serhiy.storchaka
2015-02-24 13:38:33mjacobsetmessageid: <1424785113.99.0.976503966177.issue17576@psf.upfronthosting.co.za>
2015-02-24 13:38:33mjacoblinkissue17576 messages
2015-02-24 13:38:33mjacobcreate