]> granicus.if.org Git - python/commitdiff
Revert dummy commit now that the build slave is building.
authorGeorg Brandl <georg@python.org>
Sun, 16 Dec 2007 11:21:48 +0000 (11:21 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 16 Dec 2007 11:21:48 +0000 (11:21 +0000)
Lib/socket.py

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