Iterator addition
Reinhold Birkenfeld
reinhold-birkenfeld-nospam at wolke7.net
Sun Nov 13 11:31:32 EST 2005
More information about the Python-list mailing list
Sun Nov 13 11:31:32 EST 2005
- Previous message (by thread): Iterator addition
- Next message (by thread): Iterator addition
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
bearophileHUGS at lycos.com wrote: > Tom Anderson: >> And we're halfway to looking like perl already! Perhaps a more pythonic >> thing would be to define a "then" operator: >> all_lines = file1 then file2 then file3 > > Or a "chain" one: >> all_lines = file1 chain file2 chain file3 That's certainly not better than the chain() function. Introducing new operators for just one application is not pythonic. Reinhold
- Previous message (by thread): Iterator addition
- Next message (by thread): Iterator addition
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list