mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
update logo url (#20695)
This commit is contained in:
parent
f6218a2191
commit
1b94030b37
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue