summaryrefslogtreecommitdiff
path: root/Lib/socket.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-12-16 11:21:48 +0000
committerGeorg Brandl <georg@python.org>2007-12-16 11:21:48 +0000
commit9c8497eb6e8cfdcf459324f3071e98f846922b45 (patch)
tree3ea8d9626adc2bfd9d19a27e2a4edd2add9f2eb2 /Lib/socket.py
parent6f6f6adea2fa2e38c49cd207812e09238de4d6f0 (diff)
downloadcpython-git-9c8497eb6e8cfdcf459324f3071e98f846922b45.tar.gz
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 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