mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
pydoc still has a silly encoding
This commit is contained in:
parent
e51ee8a5bc
commit
335d2c757d
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue