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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c8497eb6e8cfdcf459324f3071e98f846922b45;p=thirdparty%2FPython%2Fcpython.git Revert dummy commit now that the build slave is building. --- diff --git a/Lib/socket.py b/Lib/socket.py index b3fb9af60118..30be5c5324c3 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