[Python-Dev] Adding poll() system call

Guido van Rossum guido@beopen.com
Thu, 13 Jul 2000 11:28:54 -0500


> I want to finish off the patch to add poll(), but don't know how to
> proceed.  The decision to use Jeremy's more efficient API seems clear;
> my only question at this point is where to put it.  I'd argue for
> adding it to the select module.  Any strenuous objections?

+1

--Guido van Rossum (home page: http://dinsdale.python.org/~guido/)