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
_UrlopenRet is defined _UrlopenRet = Union[_HTTPResponse, addinfourl] but addinfourl has to attribute status so when checking the status of an HTTPResponse you receive error: Item "addinfourl" of "Union[HTTPResponse, addinfourl]" has no attribute "status"
_UrlopenRet
is defined_UrlopenRet = Union[_HTTPResponse, addinfourl]
butaddinfourl
has to attribute status so when checking the status of an HTTPResponse you receiveerror: Item "addinfourl" of "Union[HTTPResponse, addinfourl]" has no attribute "status"
https://github.com/python/cpython/blob/3.7/Lib/urllib/response.py#L68-L80
The text was updated successfully, but these errors were encountered: