diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2015-09-06 18:44:45 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2015-09-06 18:44:45 (GMT) |
commit | 20a2c6482e28a2ca8d257ba646f2b8ead4837387 (patch) | |
tree | 92fc8ee593df66a6df5839130f1ab5be161aec46 /Misc | |
parent | 2ba39800e53140a3df6aed92ccbd1f99b9f83290 (diff) | |
parent | 6f2bb98966853edcf1855b9dd310529d071241a2 (diff) | |
download | cpython-20a2c6482e28a2ca8d257ba646f2b8ead4837387.zip cpython-20a2c6482e28a2ca8d257ba646f2b8ead4837387.tar.gz cpython-20a2c6482e28a2ca8d257ba646f2b8ead4837387.tar.bz2 |
#23144: merge with 3.4.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -+++++++++++ ++++++++++++ Python News +++++++++++ @@ -95,9 +95,13 @@ Core and Builtins Library ------- +- Issue #23144: Make sure that HTMLParser.feed() returns all the data, even + when convert_charrefs is True. + - Issue #24635: Fixed a bug in typing.py where isinstance([], typing.Iterable) would return True once, then False on subsequent calls. + - Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is set beyond size. Based on patch by John Leitch. |