[Python-Dev] Enhancements to the fileinput module

Georg Brandl g.brandl at gmx.net
Sun Feb 19 16:00:47 CET 2006


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



More information about the Python-Dev mailing list