diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2014-02-01 19:21:01 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2014-02-01 19:21:01 (GMT) |
commit | f27b9a741ac7771aa1f6c1219d86a61222fdc20a (patch) | |
tree | 517d3d39e33b79607e4135bdf1811a2ff908ccd1 /Misc | |
parent | a479b7505e88947dd8eff82b6bff604636287893 (diff) | |
download | cpython-f27b9a741ac7771aa1f6c1219d86a61222fdc20a.zip cpython-f27b9a741ac7771aa1f6c1219d86a61222fdc20a.tar.gz cpython-f27b9a741ac7771aa1f6c1219d86a61222fdc20a.tar.bz2 |
#20288: fix handling of invalid numeric charrefs in HTMLParser.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ Core and Builtins Library ------- +- Issue #20288: fix handling of invalid numeric charrefs in HTMLParser. + - Issue #20424: Python implementation of io.StringIO now supports lone surrogates. - Issue #19456: ntpath.join() now joins relative paths correctly when a drive |