[EMAIL PROTECTED] (Evgeni Sergeev) writes: > Is there assurance that the process will terminate and not sit > in memory orphaned, waiting on its stdin, for example?
The process should receive an EOF. It will typically handle EOF by terminating, but that is not guaranteed. -- http://mail.python.org/mailman/listinfo/python-list