| commit | 5a88853bdc1074e62441c7558502bd989c39f056 | [log] [tgz] |
|---|---|---|
| author | Ezio Melotti <ezio.melotti@gmail.com> | Sat Feb 01 21:20:22 2014 +0200 |
| committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat Feb 01 21:20:22 2014 +0200 |
| tree | 9139d1488b7e1110573b55c50274a185ba4d6100 | |
| parent | 383952d52c2f904d0fcc2c79cc4957b699482ab8 [diff] [blame] |
#20288: fix handling of invalid numeric charrefs in HTMLParser.
diff --git a/Misc/NEWS b/Misc/NEWS index 6742370..ec12fbe 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -38,6 +38,8 @@ Library ------- +- Issue #20288: fix handling of invalid numeric charrefs in HTMLParser. + - Issue #19456: ntpath.join() now joins relative paths correctly when a drive is present.