# test that socket.connect() has correct polling behaviour before, during and after
=
=
# test poll before connect
# note: CPython can return POLLHUP, so use the IN|OUT mask
=
# test poll during connection
# test poll after connection is established
=