[Python-checkins] bpo-36778: Remove outdated comment from CodePageTest (GH-13807)

Victor Stinner webhook-mailer at python.org
Tue Jun 4 11:09:15 EDT 2019


https://github.com/python/cpython/commit/ca612a9728b83472d9d286bbea74972d426ed344
commit: ca612a9728b83472d9d286bbea74972d426ed344
branch: master
author: Victor Stinner <vstinner at redhat.com>
committer: GitHub <noreply at github.com>
date: 2019-06-04T17:09:10+02:00
summary:

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

CP65001Test has been removed.

files:
M Lib/test/test_codecs.py

diff --git a/Lib/test/test_codecs.py b/Lib/test/test_codecs.py
index 47df88cedaaf..d98f178384ab 100644
--- a/Lib/test/test_codecs.py
+++ b/Lib/test/test_codecs.py
@@ -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):



More information about the Python-checkins mailing list