update logo url (#20695)
diff --git a/Lib/test/test_urllibnet.py b/Lib/test/test_urllibnet.py
index cc65d99..7c05b09 100644
--- 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')