From: Antonio Ospite Date: Sun, 6 May 2012 08:15:22 +0000 (+0200) Subject: winfreed.py: handle urllib2.urlopen failures better X-Git-Url: https://git.ao2.it/winfreed.git/commitdiff_plain/107faf9a94302652a411c3dab5ac6d6a2f7f4f29?ds=sidebyside;hp=107faf9a94302652a411c3dab5ac6d6a2f7f4f29 winfreed.py: handle urllib2.urlopen failures better Also make clear the difference between src_url and url and why we use url = response.geturl() to get the latter. ---