]> granicus.if.org Git - python/commitdiff
Dummy commit to investigate #1617.
authorGeorg Brandl <georg@python.org>
Sun, 16 Dec 2007 11:06:09 +0000 (11:06 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 16 Dec 2007 11:06:09 +0000 (11:06 +0000)
Lib/socket.py

index 30be5c5324c37c197a9201ebe24b325c157b26e2..b3fb9af601187c8aabbf69e83c699d9513bfdb05 100644 (file)
@@ -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