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
Drop dead and half-broken redirect handling from function "_download" (#205)
Apparently urllib.request.urlopen is already following redirects
for us, and "return _download(location)" was (1) not forwarding
flag "binary" and (2) not supporting non-absolute URIs without
a scheme.
0 commit comments