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

Gregory P. Smith report at bugs.python.org
Thu Mar 20 07:44:59 CET 2008


Gregory P. Smith <greg at krypto.org> added the comment:

+1

trunk_select_epoll_kqueue9.patch  looks good to me.

style nit: I'd just use self.fail("error message") instead of raise
AssertionError("error message") within unittests.  regardless, both work
so I don't care. :)

----------
nosy: +gregory.p.smith

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


More information about the Python-bugs-list mailing list