commit | 6f6f6adea2fa2e38c49cd207812e09238de4d6f0 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Dec 16 11:06:09 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Dec 16 11:06:09 2007 +0000 |
tree | 32ffec0211f78379d5120287cf46988c65be9c84 | |
parent | 4257ca7afbf49317e211e8ff137b564666e3ea5b [diff] [blame] |
Dummy commit to investigate #1617.
diff --git a/Lib/socket.py b/Lib/socket.py index 30be5c5..b3fb9af 100644 --- a/Lib/socket.py +++ b/Lib/socket.py
@@ -459,4 +459,5 @@ if sock is not None: sock.close() + raise RuntimeError("error %s, msg %s" % (error, msg)) raise error, msg