[issue1657] [patch] epoll and kqueue wrappers for the select module

Guido van Rossum report at bugs.python.org
Sat Jan 19 20:53:19 CET 2008


Guido van Rossum added the comment:

Still haven't had the time (sorry!), but one comment: please don't
specify timeouts in millisecond. We use seconds (floats if necessary)
everywhere else in Python, regardless of the underlying data structure
or resolution.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1657>
__________________________________


More information about the Python-bugs-list mailing list