From: Benjamin Peterson Date: Thu, 20 Feb 2014 03:51:08 +0000 (-0500) Subject: update logo url (#20695) X-Git-Tag: v2.7.7rc1~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b1faeab6f5500ac15becc9b05a76c3ac45753e6;p=python update logo url (#20695) --- diff --git a/Lib/test/test_urllibnet.py b/Lib/test/test_urllibnet.py index cc65d9932b..7c05b0977b 100644 --- a/Lib/test/test_urllibnet.py +++ b/Lib/test/test_urllibnet.py @@ -184,7 +184,7 @@ class urlretrieveNetworkTests(unittest.TestCase): "header is not an instance of mimetools.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.getheader('Date')