Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7d0c4 commit 1be39e5Copy full SHA for 1be39e5
1 file changed
Lib/test/test_codecs.py
@@ -845,6 +845,9 @@ def test_surrogatepass_handler(self):
845
"\U00010fff\uD800")
846
self.assertTrue(codecs.lookup_error("surrogatepass"))
847
848
+ def test_readline(self):
849
+ self.skipTest("issue #20571: code page 65001 codec does not "
850
+ "support partial decoder yet")
851
852
853
class UTF7Test(ReadTest, unittest.TestCase):
0 commit comments