File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -671,7 +671,7 @@ def test_read_incomplete(self):
671671
672672 def test_read_truncated (self ):
673673 # Drop stream footer: CRC (4 bytes), index size (4 bytes),
674- # flags (2 bytes) and magic number (2 bytes).
674+ # flags (2 bytes) and magic number (2 bytes).
675675 truncated = COMPRESSED_XZ [:- 12 ]
676676 with LZMAFile (BytesIO (truncated )) as f :
677677 self .assertRaises (EOFError , f .read )
Original file line number Diff line number Diff line change @@ -600,7 +600,7 @@ def test1(self):
600600 self .assertEqual (str (e ), 'unclosed token: line 2, column 0' )
601601
602602 def test2 (self ):
603- # \xc2\x85 is UTF-8 encoded U+0085 (NEXT LINE)
603+ # \xc2\x85 is UTF-8 encoded U+0085 (NEXT LINE)
604604 xml = b"<?xml version\xc2 \x85 ='1.0'?>\r \n "
605605 parser = expat .ParserCreate ()
606606 try :
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ Library
171171
172172- Issue #17073: Fix some integer overflows in sqlite3 module.
173173
174- - Issue #17114: IDLE now uses non-strict config parser.
174+ - Issue #17114: IDLE now uses non-strict config parser.
175175
176176- Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
177177 is automatically closed.
You can’t perform that action at this time.
0 commit comments