Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37433344
en ru br
ALT Linux repos
S:2.0.2-alt1

Group :: Development/Python3
RPM: python3-module-selectors2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.0.2-alt1
Build date: 6 november 2020, 14:05 ( 180.1 weeks ago )
Size: 18.61 Kb

Home page:   https://pypi.org/project/selectors2/

License: MIT
Summary: Back-ported, durable, and portable selectors
Description:

Backported, durable, and portable selectors designed to replace the standard library selectors module.

This module is a 1-to-1 drop-in replacement for selectors and provides all selector types
that would be available in selectors including DevpollSelector, KqueueSelector, EpollSelector, PollSelector, and SelectSelector.

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.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • python3-module-selectors2
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin