select26 0.1a1
Backport of the new select module with epoll and kqueue interface
Latest Version: 0.1a3
The select26 extension is a backport of the new API functions of Python 2.6 for Python 2.3 to 2.5. It contains object oriented wrappers for epoll (Linux 2.6) and kqueue/kevent (BSD).
>>> try: ... import select26 as select ... except ImportError: ... import select
>>> ep = select.epoll() >>> kq = select.kqueue()
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| select26-0.1a1.tar.gz (md5, pgp) | Source | 2007-12-26 | 25KB | 400 | |
- Author: Christian Heimes
- Download URL: http://pypi.python.org/
- Keywords: select poll epoll kqueue
- License: MIT
- Platform: Linux 2.6 , BSD , Mac OS X
- Provides select26
-
Categories
- Development Status :: 3 - Alpha
- Intended Audience :: Developers
- License :: OSI Approved :: MIT License
- Natural Language :: English
- Operating System :: MacOS :: MacOS X
- Operating System :: POSIX :: BSD
- Operating System :: POSIX :: Linux
- Programming Language :: C
- Programming Language :: Python
- Topic :: System :: Networking
- Package Index Owner: tiran
- Package Index Maintainer: therve
- DOAP record: select26-0.1a1.xml
