diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-02-20 03:55:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-02-20 03:55:16 (GMT) |
commit | 1b94030b370db589286c731c708ab7742a918055 (patch) | |
tree | ef256e9883940d6972181b8b61ca83ebb55f2b9a | |
parent | f6218a21911a358e582805ef2c190b4c56caba7e (diff) | |
download | cpython-1b94030b370db589286c731c708ab7742a918055.zip cpython-1b94030b370db589286c731c708ab7742a918055.tar.gz cpython-1b94030b370db589286c731c708ab7742a918055.tar.bz2 |
update logo url (#20695)
-rw-r--r-- | 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 index 73ec90d..573c0c1 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' |