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 lehmannro
Recipients lehmannro
Date 2009-01-22.18:18:36
SpamBayes Score 0.0001442742
Marked as misclassified No
Message-id <1232648321.61.0.976878851499.issue5034@psf.upfronthosting.co.za>
In-reply-to
Content
As raised recently on python-ideas [1]_, an itertools method fixing
iterators to a certain length might be handy (where fixing is either
cutting elements off or appending values).

I appended a patch implementing this feature in Python/C, unit tests and
documentation included.

.. [1] http://thread.gmane.org/gmane.comp.python.ideas/2472/focus=2479
History
Date User Action Args
2009-01-22 18:18:42lehmannrosetrecipients: + lehmannro
2009-01-22 18:18:41lehmannrosetmessageid: <1232648321.61.0.976878851499.issue5034@psf.upfronthosting.co.za>
2009-01-22 18:18:40lehmannrolinkissue5034 messages
2009-01-22 18:18:40lehmannrocreate