Kaydet (Commit) 04b9403e authored tarafından Anthony Baxter's avatar Anthony Baxter

Fix for failure of test_urllib2 breaking test_mimetypes (SF bug 1464978)

will backport.
üst e94e3b44
This diff is collapsed.
......@@ -8,6 +8,7 @@ from test import test_support
# Tell it we don't know about external files:
mimetypes.knownfiles = []
mimetypes.inited = False
mimetypes._default_mime_types()
class MimeTypesTestCase(unittest.TestCase):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment