Concatenating iterators
Magnus Lie Hetland
mlh at idi.ntnu.no
Tue Aug 28 19:45:18 EDT 2001
More information about the Python-list mailing list
Tue Aug 28 19:45:18 EDT 2001
- Previous message (by thread): Concatenating iterators
- Next message (by thread): html viewer/pane for pmw/Tkinter?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Is there a standard way of concatenating iterators yet? It just seems to be useful in some cases: for foo in iter1 + iter2: bar() # Illegal... I know there are some homegrown wrapper-iterators out there; I just wondered if I've missed something completely standard... -- Magnus Lie Hetland http://www.hetland.org "Reality is that which, when you stop believing in it, doesn't go away." -- Philip K. Dick
- Previous message (by thread): Concatenating iterators
- Next message (by thread): html viewer/pane for pmw/Tkinter?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list