[issue30844] selectors: Add exceptional conditions event

2017-07-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: About naming: it is true that the manpage for select() uses the wording "exceptional condition". But the Linux man page for poll() (and by extension epoll_wait()) does not use that wording, it says "There is urgent data to read". The POSIX man page for poll(

[issue30844] selectors: Add exceptional conditions event

2017-07-04 Thread Pim Klanke
Changes by Pim Klanke : -- title: selectors: Add exceptional urgent data event -> selectors: Add exceptional conditions event ___ Python tracker ___