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