Message 80372 - Python tracker (original) (raw)
Message80372
Author | lehmannro |
---|---|
Recipients | lehmannro |
Date | 2009-01-22.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🔞42 | lehmannro | set | recipients: + lehmannro |
2009-01-22 18🔞41 | lehmannro | set | messageid: 1232648321.61.0.976878851499.issue5034@psf.upfronthosting.co.za |
2009-01-22 18🔞40 | lehmannro | link | issue5034 messages |
2009-01-22 18🔞40 | lehmannro | create |