]> granicus.if.org Git - python/commitdiff
update logo url (#20695)
authorBenjamin Peterson <benjamin@python.org>
Thu, 20 Feb 2014 03:55:16 +0000 (22:55 -0500)
committerBenjamin Peterson <benjamin@python.org>
Thu, 20 Feb 2014 03:55:16 +0000 (22:55 -0500)
Lib/test/test_urllibnet.py

index 73ec90d32cd73c67a8af4e7c737dfd063abdfec2..573c0c15d541a874240c7bc1bc1855a4004f3a15 100644 (file)
@@ -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'