]> granicus.if.org Git - python/commitdiff
bpo-36778: Remove outdated comment from CodePageTest (GH-13807)
authorVictor Stinner <vstinner@redhat.com>
Tue, 4 Jun 2019 15:09:10 +0000 (17:09 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2019 15:09:10 +0000 (17:09 +0200)
CP65001Test has been removed.

Lib/test/test_codecs.py

index 47df88cedaafa702ef38084541937dd51c720bcb..d98f178384abf164f80d8e5e9c195f6b9f3438d4 100644 (file)
@@ -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):