New submission from STINNER Victor: select.epoll and select.kqueue objects have a close() method, but not select.poll objects, whereas all these objects store internally a file descriptor.
select.poll lacks also a fileno() method. I added the fileno() method in my implementation of the PEP 446 (see issue #18571). ---------- messages: 195721 nosy: gvanrossum, haypo, neologix priority: normal severity: normal status: open title: select.devpoll objects have no close() method versions: Python 3.4 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18794> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com