@@ -285,7 +285,7 @@ Library
285285- Issue #7311: fix html.parser to accept non-ASCII attribute values.
286286
287287- Issue #11605: email.parser.BytesFeedParser was incorrectly converting
288- multipart subpararts with an 8bit CTE into unicode instead of preserving the
288+ multipart subparts with an 8-bit CTE into unicode instead of preserving the
289289 bytes.
290290
291291- Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
@@ -482,7 +482,7 @@ Tests
482482
483483- Issue #11577: improve test coverage of binhex.py. Patch by Arkady Koplyarov.
484484
485- - Issue #11578: added test for the timeit module. Patch Michael Henry.
485+ - Issue #11578: added test for the timeit module. Patch by Michael Henry.
486486
487487- Issue #11503: improve test coverage of posixpath.py. Patch by Evan Dandrea.
488488
@@ -782,10 +782,10 @@ Library
782782 comparisons that could lead to infinite recursion.
783783
784784- Issue #10686: the email package now :rfc:`2047`\ -encodes headers with
785- non-ASCII bytes (parsed by a Bytes Parser ) when doing conversion to 7bit-clean
785+ non-ASCII bytes (parsed by a BytesParser ) when doing conversion to 7bit-clean
786786 presentation, instead of replacing them with ?s.
787787
788- - email.header.Header was incorrectly encoding folding white space when
788+ - email.header.Header was incorrectly encoding folding whitespace when
789789 rfc2047-encoding header values with embedded newlines, leaving them without
790790 folding whitespace. It now uses the continuation_ws, as it does for
791791 continuation lines that it creates itself.
0 commit comments