It does but that's not what I want. I need a class which I can query for process termination for instance... Is there a way to overcome this problem with Popen3?
If you're using Python 2.4 you should look into the subprocess module. I think these docs might be what you're looking for:
http://docs.python.org/lib/node235.html
STeVe -- http://mail.python.org/mailman/listinfo/python-list