how to get non-blocking file descriptors from a popen?

Gregory P. Smith gsmith-mysterymeat at mysterymeat-transmeta.com
Thu Jan 24 19:05:51 EST 2002


Using os.popen (or better, popen2.Popen4 objects), how can I switch the 
returned file objects to non-blocking io mode for appropriate use with 
select.poll?

-- 
Gregory P. Smith   [remove mystery meat from my address when replying]




More information about the Python-list mailing list