Message236493
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? |
|
| Date |
User |
Action |
Args |
| 2015-02-24 13:38:34 | mjacob | set | recipients:
+ mjacob, barry, mark.dickinson, ncoghlan, vstinner, Arfrever, alex, docs@python, ethan.furman, python-dev, eric.snow, serhiy.storchaka |
| 2015-02-24 13:38:33 | mjacob | set | messageid: <[email protected]> |
| 2015-02-24 13:38:33 | mjacob | link | issue17576 messages |
| 2015-02-24 13:38:33 | mjacob | create | |
|