commit | 9c8497eb6e8cfdcf459324f3071e98f846922b45 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Dec 16 11:21:48 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Dec 16 11:21:48 2007 +0000 |
tree | 3ea8d9626adc2bfd9d19a27e2a4edd2add9f2eb2 | |
parent | 6f6f6adea2fa2e38c49cd207812e09238de4d6f0 [diff] |
Revert dummy commit now that the build slave is building.
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 @@ if sock is not None: sock.close() - raise RuntimeError("error %s, msg %s" % (error, msg)) raise error, msg