select.register not found

Neil Hodge null at null.com
Sat May 3 02:20:55 EDT 2003


All:

>>> dir(select)
['POLLERR', 'POLLHUP', 'POLLIN', 'POLLMSG', 'POLLNVAL',
'POLLOUT', 'POLLPRI', 'POLLRDBAND', 'POLLRDNORM',
'POLLWRBAND', 'POLLWRNORM', '__doc__', '__file__',
'__name__', 'error', 'poll', 'select']

i.e., no "register", even though the docs say it should be there:

http://www.python.org/doc/current/lib/poll-objects.html

Anyone know why its not there?  Thanks.

Neil





More information about the Python-list mailing list