Commit ca612a97 authored by Victor Stinner's avatar Victor Stinner Committed by GitHub

bpo-36778: Remove outdated comment from CodePageTest (GH-13807)

CP65001Test has been removed.
parent ea9f1689
......@@ -2870,7 +2870,6 @@ class ExceptionChainingTest(unittest.TestCase):
@unittest.skipUnless(sys.platform == 'win32',
'code pages are specific to Windows')
class CodePageTest(unittest.TestCase):
# CP_UTF8 is already tested by CP65001Test
CP_UTF8 = 65001
def test_invalid_code_page(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