[EMAIL PROTECTED] 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to