Re: [Python-Dev] Enhancements to the fileinput module

2006-02-19 Thread Fredrik Lundh
Georg Brandl wrote: > I've just checked in some enhancements to the fileinput module. > > * fileno() to check the current file descriptor > * mode argument to allow opening in universal newline mode > * openhook argument to allow transparent opening of compressed > or encoded files. > > Please f

[Python-Dev] Enhancements to the fileinput module

2006-02-19 Thread Georg Brandl
I've just checked in some enhancements to the fileinput module. * fileno() to check the current file descriptor * mode argument to allow opening in universal newline mode * openhook argument to allow transparent opening of compressed or encoded files. Please feel free to comment. Cheers, Georg