diff options
author | Georg Brandl <georg@python.org> | 2007-12-16 11:21:48 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-12-16 11:21:48 (GMT) |
commit | 9c8497eb6e8cfdcf459324f3071e98f846922b45 (patch) | |
tree | 3ea8d9626adc2bfd9d19a27e2a4edd2add9f2eb2 | |
parent | 6f6f6adea2fa2e38c49cd207812e09238de4d6f0 (diff) | |
download | cpython-9c8497eb6e8cfdcf459324f3071e98f846922b45.zip cpython-9c8497eb6e8cfdcf459324f3071e98f846922b45.tar.gz cpython-9c8497eb6e8cfdcf459324f3071e98f846922b45.tar.bz2 |
Revert dummy commit now that the build slave is building.
-rw-r--r-- | Lib/socket.py | 1 |
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 |