commit | 13423c3726ac4aa42125ac49e6c5038a015fe3eb | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Aug 22 00:19:50 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Aug 22 00:19:50 2013 +0200 |
tree | 6658b82985abb3f4c2a201cb2a6320dcc5391a66 | |
parent | 43f80e6c1f49c3590843d81a1b5ebbe1a2e1c62a [diff] |
Close #18794: Add a fileno() method and a closed attribute to select.devpoll objects. Add also tests on fileno() method and closed attribute of select.epoll and select.kqueue.