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

CP65001Test has been removed.
This commit is contained in:
Victor Stinner 2019-06-04 17:09:10 +02:00 committed by GitHub
parent ea9f168957
commit ca612a9728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View 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):