Daniel Stutzbach wrote:
[...]
> 
> If you really need to communicate with multiple subprocesses (which so far has
> not been suggested as a motivating example), then you can use select().

Not portably.  select() on windows only works on sockets.

-Andrew.

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to