CSSE1001 / MyPyTutor

Interactive tutorial application for Python3.
Other
7 stars 12 forks source link

Replace `urllib.requests.URLopener.retrieve` #127

Closed sapi closed 9 years ago

sapi commented 9 years ago

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.