diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-09 12:15:36 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-09 12:15:36 -0500 |
commit | caeb168dc47470607b3cd091e1d35db45c089385 (patch) | |
tree | 80990fdc7c12fdf0c4109ef3c0ad8a4eb358b61e /NEWS.txt | |
parent | 5261e6c36d0f0c6cea364390dbe9f4cce66306e8 (diff) |
Patched over a bug in html5lib (?) that was crashing Beautiful Soup on certain kinds of markup. [bug=838800]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ * Unicode, Dammit now detects the encoding in HTML 5-style <meta> tags like <meta charset="utf-8" />. [bug=837268] +* Patched over a bug in html5lib (?) that was crashing Beautiful Soup + on certain kinds of markup. [bug=838800] + * Fixed a bug that wrecked the tree if you replaced an element with an empty string. [bug=728697] |