IRC module is now saner at the expense of a little API breakage.

Added warnings for unstable APIs to modules that use AsyncIO.
This commit is contained in:
Dominik Picheta
2012-12-01 16:04:59 +00:00
parent 92e10e4b18
commit 336da8f44e
5 changed files with 111 additions and 93 deletions

View File

@@ -22,6 +22,8 @@
##
## run(handleRequest, TPort(80))
##
## **Warning:** The API of this module is unstable, and therefore is subject
## to change.
import parseutils, strutils, os, osproc, strtabs, streams, sockets, asyncio