Re: [Python-Dev] RFC: rewrite fileinput module to use itertools.

2005-05-16 Thread Martin v. Löwis
David M. Wilson wrote: > Before charging on ahead with this small task, I was wondering if anyone > would have any objections to such an upgrade. It seems to me that > itertools.chain() could come in handy there, at least. > > My only objection to the current implementation is that it doesn't >

[Python-Dev] RFC: rewrite fileinput module to use itertools.

2005-05-16 Thread David M. Wilson
Hi there, Before charging on ahead with this small task, I was wondering if anyone would have any objections to such an upgrade. It seems to me that itertools.chain() could come in handy there, at least. My only objection to the current implementation is that it doesn't reflect the current Pyt