mirror of
https://github.com/python/cpython.git
synced 2025-12-10 11:00:14 +00:00
bpo-36778: Remove outdated comment from CodePageTest (GH-13807)
CP65001Test has been removed.
This commit is contained in:
parent
ea9f168957
commit
ca612a9728
1 changed files with 0 additions and 1 deletions
|
|
@ -2870,7 +2870,6 @@ class ExceptionChainingTest(unittest.TestCase):
|
||||||
@unittest.skipUnless(sys.platform == 'win32',
|
@unittest.skipUnless(sys.platform == 'win32',
|
||||||
'code pages are specific to Windows')
|
'code pages are specific to Windows')
|
||||||
class CodePageTest(unittest.TestCase):
|
class CodePageTest(unittest.TestCase):
|
||||||
# CP_UTF8 is already tested by CP65001Test
|
|
||||||
CP_UTF8 = 65001
|
CP_UTF8 = 65001
|
||||||
|
|
||||||
def test_invalid_code_page(self):
|
def test_invalid_code_page(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue