Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b1ab0 commit 5d938cbCopy full SHA for 5d938cb
1 file changed
Lib/test/support.py
@@ -800,6 +800,7 @@ def transient_internet(resource_name, *, timeout=30.0, errnos=()):
800
default_errnos = [
801
('ECONNREFUSED', 111),
802
('ECONNRESET', 104),
803
+ ('EHOSTUNREACH', 113),
804
('ENETUNREACH', 101),
805
('ETIMEDOUT', 110),
806
]
0 commit comments