| asyncore | index /usr/lib/python1.5/asyncore.py |
# -*- Mode: Python; tab-width: 4 -*-
# $Id: asyncore.py,v 1.1 1999/01/12 20:19:27 guido Exp $
# Author: Sam Rushing <rushing@nightmare.com>
| Modules | |||||||
| |||||||
| Classes | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
| Constants | |||
EALREADY = 114 ECONNRESET = 104 EINPROGRESS = 115 ENOTCONN = 107 EWOULDBLOCK = 11 | |||