This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jcea
Recipients jcea
Date 2009-07-01.16:49:13
SpamBayes Score 3.3376274e-08
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
In Python 2.6 we added support for Linux "epoll" and *BSD "kqueue" in
the select module. I think we should add support for Solaris "poll"
interface too.

What do you think?.

I volunteer to do the work, if you agree this is a feature we want to
have. I think so.
History
Date User Action Args
2009-07-01 16:49:15jceasetrecipients: + jcea
2009-07-01 16:49:15jceasetmessageid: <[email protected]>
2009-07-01 16:49:13jcealinkissue6397 messages
2009-07-01 16:49:13jceacreate