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 tim.peters
Recipients hyunjaemoon, ned.deily, ronaldoussoren, tim.peters
Date 2017-07-28.05:27:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501219638.36.0.991291374403.issue31063@psf.upfronthosting.co.za>
In-reply-to
Content
This isn't a bug.  84 appears twice in the list, the first time at index 9.  The .index() method finds the first (leftmost; smallest index) occurrence.  Since 9 isn't even, the `if` test isn't satisfied, so 84 does not appear in the result.
History
Date User Action Args
2017-07-28 05:27:18tim.peterssetrecipients: + tim.peters, ronaldoussoren, ned.deily, hyunjaemoon
2017-07-28 05:27:18tim.peterssetmessageid: <1501219638.36.0.991291374403.issue31063@psf.upfronthosting.co.za>
2017-07-28 05:27:18tim.peterslinkissue31063 messages
2017-07-28 05:27:18tim.peterscreate