ah, replacing the read with a readline does what I was hoping for.  Problem
solved!  Thanks for helping me think through this.

>
>             for IO in inputReady:
>           *      line = IO.readline()*
>                 print line
>                 if IO == sys.stdin:
>                     self.SP.stdin.write(line)
>                     self.SP.stdin.flush()
>                 if (line.find("<") <> -1):
>                     self.runParser(line)
>

-- 
Todd Millecam
--------------------
BYU Unix Users Group 
http://uug.byu.edu/ 

The opinions expressed in this message are the responsibility of their
author.  They are not endorsed by BYU, the BYU CS Department or BYU-UUG. 
___________________________________________________________________
List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list

Reply via email to