selectors2 · PyPI
pypi.org › project › selectors2Jul 21, 2020 · This module is similar to selectors34 in that it supports Python 2.6 - 3.3 but differs in that this module also implements PEP 475 for the backported selectors. This allows similar behaviour between Python 3.5+ selectors and selectors from before PEP 475.
selectors2 · PyPI
https://pypi.org/project/selectors221.07.2020 · [CHANGE] No longer wraps exceptions in SelectorError, raises original exception including in timeout situations. [BUGFIX] Detect defects in a system that defines a selector but does not implement it. [BUGFIX] Can now detect a change in the select module after import such as when gevent.monkey.monkey_patch() is called before importing selectors2.