From: Georg Brandl Date: Sun, 16 Dec 2007 11:06:09 +0000 (+0000) Subject: Dummy commit to investigate #1617. X-Git-Tag: v2.6a1~855 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f6f6adea2fa2e38c49cd207812e09238de4d6f0;p=python Dummy commit to investigate #1617. --- diff --git a/Lib/socket.py b/Lib/socket.py index 30be5c5324..b3fb9af601 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