[Python-checkins] cpython (2.7): update logo url (#20695)

benjamin.peterson python-checkins at python.org
Thu Feb 20 05:07:23 CET 2014


http://hg.python.org/cpython/rev/0199bff14c5c
changeset:   89292:0199bff14c5c
branch:      2.7
parent:      89285:d11ca14c9a61
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Feb 19 22:51:08 2014 -0500
summary:
  update logo url (#20695)

files:
  Lib/test/test_urllibnet.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_urllibnet.py b/Lib/test/test_urllibnet.py
--- a/Lib/test/test_urllibnet.py
+++ b/Lib/test/test_urllibnet.py
@@ -184,7 +184,7 @@
                               "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')

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list