select.kqueue.control changelist argument
Ritesh Nadhani
riteshn at gmail.com
Thu Sep 3 00:35:40 EDT 2009
Hi
According to the docs at, http://docs.python.org/library/select.html
Low level interface to kevent
* changelist must be an iterable of kevent object or None
* max_events must be 0 or a positive integer
* timeout in seconds (floats possible)
I am not sure I understood what happens when I pass *None* as
parameter to the method.
Can somebody point me to the right direction?
--
More information about the Python-list
mailing list