You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent indefinite blocking when the server is unresponsive by
passing a timeout to urllib.request.urlopen. Defaults to 30 seconds;
set to None to disable.
BREAKING CHANGE: requests now time out after 30 seconds by default
0 commit comments