Gabriel Genellina <[EMAIL PROTECTED]> wrote: >You can get the file descriptor from the Python file object using its >fileno() method. The file descriptor lives at the OS level, so it's safe >to pass around.
Not under Windows. Windows doesn't have Unix-like descriptors, so the
C runtime emulates them.
Ross Ridge
--
l/ // Ross Ridge -- The Great HTMU
[oo][oo] [EMAIL PROTECTED]
-()-/()/ http://www.csclub.uwaterloo.ca/~rridge/
db //
--
http://mail.python.org/mailman/listinfo/python-list
