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 terry.reedy
Recipients docs@python, rhettinger, terry.reedy, the_darklord
Date 2017-07-08.02:47:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499482040.41.0.573478796257.issue30826@psf.upfronthosting.co.za>
In-reply-to
Content
Are you looking for something like:

Let it = iter(words).  When next(it) returns 'defenestrate', insertion at the beginning moves the original 'defenestrate' over so that next(words) returns 'defenestrate' again.
?
History
Date User Action Args
2017-07-08 02:47:20terry.reedysetrecipients: + terry.reedy, rhettinger, docs@python, the_darklord
2017-07-08 02:47:20terry.reedysetmessageid: <1499482040.41.0.573478796257.issue30826@psf.upfronthosting.co.za>
2017-07-08 02:47:20terry.reedylinkissue30826 messages
2017-07-08 02:47:20terry.reedycreate