]> git.ipfire.org Git - thirdparty/Python/cpython.git/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 bac2049161d9a06cb1b2ae9eb0a9ea2485a88857..0ab3f514f1bc85c20df59ef419ca370f7919077d 100644 (file)
@@ -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')