This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shaovie
Recipients georg.brandl, shaovie
Date 2009-09-09.01:57:58
SpamBayes Score 0.020720163
Marked as misclassified No
Message-id <1252461480.6.0.183531606536.issue6867@psf.upfronthosting.co.za>
In-reply-to
Content
help(select.epoll) show 'register(fd[, eventmask]) -> bool', but it
return 'None' actually. 

I view the source code of selectmodule.c that return None actually.

The function "pyepoll_internal_ctl(int epfd, int op, PyObject *pfd,
unsigned int events)"
History
Date User Action Args
2009-09-09 01:58:00shaoviesetrecipients: + shaovie, georg.brandl
2009-09-09 01:58:00shaoviesetmessageid: <1252461480.6.0.183531606536.issue6867@psf.upfronthosting.co.za>
2009-09-09 01:57:59shaovielinkissue6867 messages
2009-09-09 01:57:58shaoviecreate