From: Benjamin Peterson Date: Thu, 20 Feb 2014 03:55:16 +0000 (-0500) Subject: update logo url (#20695) X-Git-Tag: 3.1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7978357babc7b7a536d1e9224b359a7aff908490;p=thirdparty%2FPython%2Fcpython.git update logo url (#20695) --- diff --git a/Lib/test/test_urllibnet.py b/Lib/test/test_urllibnet.py index bac2049161d9..0ab3f514f1bc 100644 --- a/Lib/test/test_urllibnet.py +++ b/Lib/test/test_urllibnet.py @@ -172,7 +172,7 @@ class urlretrieveNetworkTests(unittest.TestCase): "header is not an instance of email.message.Message") def test_data_header(self): - logo = "http://www.python.org/community/logos/python-logo-master-v3-TM.png" + logo = "http://python.org/static/community_logos/python-logo-master-v3-TM.png" file_location, fileheaders = self.urlretrieve(logo) os.unlink(file_location) datevalue = fileheaders.get('Date')