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

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


http://hg.python.org/cpython/rev/d4b9692ac75f
changeset:   89293:d4b9692ac75f
branch:      3.1
parent:      88454:715fd3d8ac93
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Feb 19 22:55:16 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
@@ -172,7 +172,7 @@
                      "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')

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


More information about the Python-checkins mailing list