diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2013-06-03 09:54:49 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2013-06-03 09:54:49 -0400 |
commit | aff6cac088db63a65415f2d239e9c8bf07001e73 (patch) | |
tree | 24d832c97f1cdd835d2ab1ed81ba83e94d360623 /NEWS.txt | |
parent | 74380c3685d0fe730bcb06e63d8591e65b557df5 (diff) |
Added raw html5lib to the list of parsers that get tested.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ * Beautiful Soup will issue a warning if instead of markup you pass it a URL or the name of a file on disk (a common beginner mistake). +* A number of optimizations improve the performance of the lxml tree + builder by about 33%, and the html.parser tree builder by about 20%. + = 4.2.1 (20130531) = * The default XML formatter will now replace ampersands even if they |