summaryrefslogtreecommitdiffstats
path: root/Lib/socket.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-12-16 11:21:48 (GMT)
committerGeorg Brandl <georg@python.org>2007-12-16 11:21:48 (GMT)
commit9c8497eb6e8cfdcf459324f3071e98f846922b45 (patch)
tree3ea8d9626adc2bfd9d19a27e2a4edd2add9f2eb2 /Lib/socket.py
parent6f6f6adea2fa2e38c49cd207812e09238de4d6f0 (diff)
downloadcpython-9c8497eb6e8cfdcf459324f3071e98f846922b45.zip
cpython-9c8497eb6e8cfdcf459324f3071e98f846922b45.tar.gz
cpython-9c8497eb6e8cfdcf459324f3071e98f846922b45.tar.bz2
Revert dummy commit now that the build slave is building.
Diffstat (limited to 'Lib/socket.py')
-rw-r--r--Lib/socket.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/socket.py b/Lib/socket.py
index b3fb9af..30be5c5 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