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 f1319d8 commit 1273dfcCopy full SHA for 1273dfc
2 files changed
Lib/test/test_pyexpat.py
@@ -600,7 +600,7 @@ def test1(self):
600
self.assertEqual(str(e), 'unclosed token: line 2, column 0')
601
602
def test2(self):
603
- # \xc2\x85 is UTF-8 encoded U+0085 (NEXT LINE)
+ # \xc2\x85 is UTF-8 encoded U+0085 (NEXT LINE)
604
xml = b"<?xml version\xc2\x85='1.0'?>\r\n"
605
parser = expat.ParserCreate()
606
try:
Misc/NEWS
@@ -217,7 +217,7 @@ Library
217
218
- Issue #17073: Fix some integer overflows in sqlite3 module.
219
220
-- Issue #17114: IDLE now uses non-strict config parser.
+- Issue #17114: IDLE now uses non-strict config parser.
221
222
- Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
223
is automatically closed.
0 commit comments