Closed sapi closed 9 years ago
Apparently urllib.requests.URLopener.retrieve is deprecated (no one really seems sure why, at least on Stack Overflow).
urllib.requests.URLopener.retrieve
It's probably best that we replace this, for future proofing purposes. It's used in WebAPI._download, and in the installer.
WebAPI._download
Apparently
urllib.requests.URLopener.retrieve
is deprecated (no one really seems sure why, at least on Stack Overflow).It's probably best that we replace this, for future proofing purposes. It's used in
WebAPI._download
, and in the installer.