mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Fix typos in Misc/NEWS
This commit is contained in:
parent
c5069e0070
commit
f0ab5d6e7f
1 changed files with 4 additions and 4 deletions
|
@ -285,7 +285,7 @@ Library
|
||||||
- Issue #7311: fix html.parser to accept non-ASCII attribute values.
|
- Issue #7311: fix html.parser to accept non-ASCII attribute values.
|
||||||
|
|
||||||
- Issue #11605: email.parser.BytesFeedParser was incorrectly converting
|
- Issue #11605: email.parser.BytesFeedParser was incorrectly converting
|
||||||
multipart subpararts with an 8bit CTE into unicode instead of preserving the
|
multipart subparts with an 8-bit CTE into unicode instead of preserving the
|
||||||
bytes.
|
bytes.
|
||||||
|
|
||||||
- Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
|
- Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
|
||||||
|
@ -482,7 +482,7 @@ Tests
|
||||||
|
|
||||||
- Issue #11577: improve test coverage of binhex.py. Patch by Arkady Koplyarov.
|
- Issue #11577: improve test coverage of binhex.py. Patch by Arkady Koplyarov.
|
||||||
|
|
||||||
- Issue #11578: added test for the timeit module. Patch Michael Henry.
|
- Issue #11578: added test for the timeit module. Patch by Michael Henry.
|
||||||
|
|
||||||
- Issue #11503: improve test coverage of posixpath.py. Patch by Evan Dandrea.
|
- Issue #11503: improve test coverage of posixpath.py. Patch by Evan Dandrea.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue