Pim Klanke added the comment:

In the selectors module, the winsock select method is wrapped. The second 
parameter (writefds) is passed to both writefds and exceptfds and the returned 
number of fds for write and except are summed and returned in the second 
element of the tuple.

Can anyone explain to me why the winsock select method is wrapped like this?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue30844>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to