diff options
author | adam <adam@pkgsrc.org> | 2019-03-13 18:54:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-03-13 18:54:31 +0000 |
commit | ebbd31571f1e8aca9a828cf491a25f72594ae429 (patch) | |
tree | 572a00b8158d863ee3c18acace570837faf4cff7 /net/dnstracer | |
parent | 3619dfffaf55cf9824732333877f12d716f7babb (diff) | |
download | pkgsrc-ebbd31571f1e8aca9a828cf491a25f72594ae429.tar.gz |
py-selectors2: added version 2.0.1
Backported, durable, and portable selectors designed to replace the standard
library selectors module.
Features
* Support for all major platforms. (Linux, Mac OS, Windows)
* Support many different selectors
- select.kqueue (BSD, Mac OS)
- select.devpoll (Solaris)
- select.epoll (Linux 2.5.44+)
- select.poll (Linux, Mac OS)
- select.select - (Linux, Mac OS, Windows)
* Support for PEP 475 (Retries system calls on interrupt)
* Support for modules which monkey-patch the standard library after import
(like greenlet, gevent)
* Support for systems which define a selector being available but don't
actually implement it.
Diffstat (limited to 'net/dnstracer')
0 files changed, 0 insertions, 0 deletions