Skip to main content

Backport of the new select module with epoll and kqueue interface

Project description

The select_backport extension is a backport of the new API functions of Python 2.7/SVN for Python 2.3 to 2.6. It contains object oriented wrappers for epoll (Linux 2.6) and kqueue/kevent (BSD).

>>> try:
...     import select_backport as select
... except ImportError:
...     import select
>>> ep = select.epoll()
>>> kq = select.kqueue()

This release is based upon Python svn.

NOTE: I made this package because python2.5 and python2.6 lacked features I’m using from select.kqueue and the select26 package isn’t being maintained.

Project details


Release history Release notifications | RSS feed

This version

0.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

select_backport-0.2.tar.gz (31.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page