From: Benjamin Peterson Date: Thu, 20 Feb 2014 03:55:16 +0000 (-0500) Subject: update logo url (#20695) X-Git-Tag: v3.3.5rc1^2~4^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b94030b370db589286c731c708ab7742a918055;p=python update logo url (#20695) --- diff --git a/Lib/test/test_urllibnet.py b/Lib/test/test_urllibnet.py index 73ec90d32c..573c0c15d5 100644 --- a/Lib/test/test_urllibnet.py +++ b/Lib/test/test_urllibnet.py @@ -171,7 +171,7 @@ class urlretrieveNetworkTests(unittest.TestCase): "info 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://www.python.org/static/community_logos/python-logo-master-v3-TM.png" with self.urlretrieve(logo) as (file_location, fileheaders): datevalue = fileheaders.get('Date') dateformat = '%a, %d %b %Y %H:%M:%S GMT'