summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2018-07-14 15:35:24 -0400
committerLeonard Richardson <leonardr@segfault.org>2018-07-14 15:35:24 -0400
commitd241e5d5a9e9c01d88b3711a82a6114f846ffdb1 (patch)
treea9a997582b3dc2ff6d9a574ad04bb98596d968a6 /NEWS.txt
parent3672aa2f2000b0779e077f4536ffe4e008b37531 (diff)
Stopped HTMLParser from raising an exception in very rare cases of
bad markup. [bug=1708831]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 2437e83..909de65 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -8,6 +8,9 @@
* Fixed a Windows crash in diagnose() when checking whether a long
markup string is a filename. [bug=1737121]
+* Stopped HTMLParser from raising an exception in very rare cases of
+ bad markup. [bug=1708831]
+
= 4.6.0 (20170507) =
* Added the `Tag.get_attribute_list` method, which acts like `Tag.get` for