SIGN IN SIGN UP

Issue #9792: In case of connection failure, socket.create_connection()

would swallow the exception and raise a new one, making it impossible
to fetch the original errno, or to filter timeout errors.  Now the
original error is re-raised.
A
Antoine Pitrou committed
4b92b5fad3baaa22a3ab198556e1adf5a2df7d9c
Parent: a88c83c