file objects choices?

e y suzuki suzuki-python at pixar.com
Mon Mar 17 14:59:06 EST 2003


are there any existing python file i/o types that can be represented
by file objects other than:
    -direct files (regular, directories) specified for the open function
    -stdin, stdout, stderr streams via sys module
    -input from piped commands of output from program executed by os/
        another program
?

i've checked python.org, and didn't find anything interesting.

thanks in advance,
pixar::UNIX systems::sys ops::suzuki






More information about the Python-list mailing list