diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-24 10:37:47 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-24 10:37:47 -0500 |
commit | 2966334d384946c16a104b6c9964a1999b23b838 (patch) | |
tree | 8bb022bfada0c44920f23e536686e3893ee6de79 /NEWS.txt | |
parent | 97b54c4bdbee0f109c444b50d8102ae8d7abb7c4 (diff) |
Warn when SoupStrainer is used with the html5lib tree builder.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -= 4.0.0b8 () = += 4.0.0b8 (20110224) = * All tree builders now preserve namespace information in the documents they parse. @@ -10,6 +10,10 @@ * The string representation of a DOCTYPE always ends in a newline. +* Issue a warning if the user tries to use a SoupStrainer in + conjunction with the html5lib tree builder, which doesn't support + them. + = 4.0.0b7 (20110223) = * Upon decoding to string, any characters that can't be represented in |