diff options
-rw-r--r-- | Lib/socket.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/socket.py b/Lib/socket.py index 30be5c5..b3fb9af 100644 --- a/Lib/socket.py +++ b/Lib/socket.py @@ -459,4 +459,5 @@ def create_connection(address, timeout=None): if sock is not None: sock.close() + raise RuntimeError("error %s, msg %s" % (error, msg)) raise error, msg |