mirror of
https://github.com/python/cpython.git
synced 2025-07-31 23:23:11 +00:00
Dummy commit to investigate #1617.
This commit is contained in:
parent
4257ca7afb
commit
6f6f6adea2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue