Dummy commit to investigate #1617.

This commit is contained in:
Georg Brandl 2007-12-16 11:06:09 +00:00
parent 4257ca7afb
commit 6f6f6adea2
1 changed files with 1 additions and 0 deletions

View File

@ -459,4 +459,5 @@ def create_connection(address, timeout=None):
if sock is not None:
sock.close()
raise RuntimeError("error %s, msg %s" % (error, msg))
raise error, msg