[issue30844] selector_events.py lacks exceptional event support

2017-07-04 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +neologix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue30844] selector_events.py lacks exceptional event support

2017-07-04 Thread Pim Klanke
Changes by Pim Klanke : -- pull_requests: +2629 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue30844] selector_events.py lacks exceptional event support

2017-07-04 Thread Pim Klanke
New submission from Pim Klanke: To be able to use GPIO Sysfs Interface on our embedded platforms we require exceptional event support. -- components: asyncio messages: 297629 nosy: pklanke, yselivanov priority: normal severity: normal status: open title: selector_events.py lacks excepti