Skip to main content

Backport of the selectors module from Python 3.4.

Project description

selectors34 is a backport of the selectors module from Python 3.4. The selectors module written by Charles-François Natali.

Installation and Usage

To install selectors34 via pip:

$ pip install selectors34

For best compatibility for Python 3.4, import selectors34 like:

try:
    import selectors
except ImportError:
    import selectors34 as selectors

Project Details

Documentation:

https://docs.python.org/3/library/selectors.html

PyPI:

https://pypi.python.org/pypi/selectors34

Issue tracker:

https://bugs.python.org/ (upstream)

Issue tracker:

https://github.com/berkerpeksag/selectors34/issues

Supported versions:

Python 2.6, 2.7 and 3.3

License:

Python Software Foundation License

Build status:
https://travis-ci.org/berkerpeksag/selectors34.svg?branch=master

Changelog

1.0 (released on 2015-02-05)

  • Initial release.

Project details


Download files

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

Source Distribution

selectors34-1.0.tar.gz (9.7 kB view hashes)

Uploaded Source

Built Distribution

selectors34-1.0-py2.py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 2 Python 3

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