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 veky
Recipients Devin Jeanpierre, docs@python, rhettinger, serhiy.storchaka, veky
Date 2016-09-19.01:13:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474247590.82.0.350997771026.issue28197@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, that's the precise reason I caught this. I was implementing some tools to do with Sequences (seqtools, like itertools but having non-ephemeral output given non-ephemeral input), and the Sequence that was easiest to test quickly was range. In `positions` (like .index but gives all the places a value appears), it raised TypeError.
History
Date User Action Args
2016-09-19 01:13:10vekysetrecipients: + veky, rhettinger, Devin Jeanpierre, docs@python, serhiy.storchaka
2016-09-19 01:13:10vekysetmessageid: <1474247590.82.0.350997771026.issue28197@psf.upfronthosting.co.za>
2016-09-19 01:13:10vekylinkissue28197 messages
2016-09-19 01:13:10vekycreate