Skip to content

Python select module backported to python2.5/python2.6 from SVN.

License

Notifications You must be signed in to change notification settings

Emsu/select_backport

 
 

Repository files navigation

The select_backport module is a backport of Christian Heimes' patch for
Python 2.6 to Python 2.4 and 2.5. It contains an interface to Linux's epoll()
and BSD's kqueue system calls. It is also kept up-to-date with Python svn.

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

About

Python select module backported to python2.5/python2.6 from SVN.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published