Commit 0fc2c46f authored by Benjamin Peterson's avatar Benjamin Peterson

pydoc still has a silly encoding

parent 9e27dd8a
......@@ -44,7 +44,7 @@ class LockTests(unittest.TestCase):
class ImportTests(unittest.TestCase):
def test_find_module_encoding(self):
fd = imp.find_module("heapq")[0]
fd = imp.find_module("pydoc")[0]
self.assertEqual(fd.encoding, "iso-8859-1")
def test_issue1267(self):
......
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