Skip to content

Commit

Permalink
bpo-36778: Remove outdated comment from CodePageTest (GH-13807)
Browse files Browse the repository at this point in the history
CP65001Test has been removed.
  • Loading branch information
vstinner authored Jun 4, 2019
1 parent ea9f168 commit ca612a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/test_codecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2870,7 +2870,6 @@ def decode_to_bytes(*args, **kwds):
@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):
Expand Down

0 comments on commit ca612a9

Please sign in to comment.