From: Georg Brandl Date: Sun, 16 Dec 2007 11:21:48 +0000 (+0000) Subject: Revert dummy commit now that the build slave is building. X-Git-Tag: v2.6a1~854 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c8497eb6e8cfdcf459324f3071e98f846922b45;p=python Revert dummy commit now that the build slave is building. --- diff --git a/Lib/socket.py b/Lib/socket.py index b3fb9af601..30be5c5324 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