Pre-release
This release is a pre-release and may not be stable for production use.
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()
This release is based upon Python svn trunk r62498.
Release files for select26 0.1a3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| select26-0.1a3.tar.gz | 24.9 kB | Details |
Release files / select26-0.1a3.tar.gz
| Download URL | select26-0.1a3.tar.gz |
|---|---|
| Size | 24.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
62bcf45119dc066436795dd10f45512895acdb3484b81cfd057964adb1d5462d
|
|
BLAKE2b-256 checksum How to use checksums |
b310360280ec4eb4c2c6bb94ec3dc7752cb8d475e82aa0fc54d28a23060b8489
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |