diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-26 10:08:45 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-26 10:08:45 -0400 |
commit | e82a52cacd936b66d9f6290136278af00ea1428c (patch) | |
tree | bf118c8d2bbc701c8143eb8c584cfa2c8c3d4116 /NEWS.txt | |
parent | 3ff7bde5d320fbec4c16e7f245c345e8455ca887 (diff) |
The test suite now passes when lxml is not installed, whether or not html5lib is installed. [bug=987004]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ definitions ending with two question marks instead of one. [bug=984258] +* The test suite now passes when lxml is not installed, whether or not + html5lib is installed. [bug=987004] + * Print a warning on HTMLParseErrors to let people know they should install a better parser library. |