Refactor file/socket management (use poll instead of select)

This commit is contained in:
nemunaire 2016-05-30 22:06:35 +02:00
commit 764e6f070b
10 changed files with 324 additions and 335 deletions

View file

@ -9,6 +9,8 @@ Requirements
*nemubot* requires at least Python 3.3 to work.
Connecting to SSL server requires [this patch](http://bugs.python.org/issue27629).
Some modules (like `cve`, `nextstop` or `laposte`) require the
[BeautifulSoup module](http://www.crummy.com/software/BeautifulSoup/),
but the core and framework has no dependency.