diff options
author | Leonard Richardson <leonardr@segfault.org> | 2018-07-14 15:35:24 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2018-07-14 15:35:24 -0400 |
commit | d241e5d5a9e9c01d88b3711a82a6114f846ffdb1 (patch) | |
tree | a9a997582b3dc2ff6d9a574ad04bb98596d968a6 /NEWS.txt | |
parent | 3672aa2f2000b0779e077f4536ffe4e008b37531 (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.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |