Message82626
I feel that the "pairwise" recipe could be slightly more elegant if "for
elem in b: break" became a simpler next(b) (or b.next() for Python 2.x).
It is also more natural to modify the recipes to suit one's needs (e.g.,
returning items with a given gap between them, or convert the recipe to
k-wise iteration). |
|
| Date |
User |
Action |
Args |
| 2009-02-23 13:37:12 | della | set | recipients:
+ della, georg.brandl |
| 2009-02-23 13:37:12 | della | set | messageid: <[email protected]> |
| 2009-02-23 13:37:11 | della | link | issue5350 messages |
| 2009-02-23 13:37:10 | della | create | |
|