This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Very basic select.poll() implementation for Windows using select.select(). | |
Developed for and tested with https://github.com/pyradius/pyrad only. | |
Usage: | |
import poll | |
poll.install() | |
import select | |
poller = select.poll() |