diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-01 14:28:47 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-01 14:28:47 -0500 |
commit | 3a5c0800bcffbcefc61ee17d9ba2d93b4c51f141 (patch) | |
tree | e46e0e474b65358434fb67a9c0255b384cf0f772 /TODO | |
parent | 234e8eec133adc886161dbfa7cccc56fe59ed127 (diff) |
LXML's HTML parser is pretty permissive.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ Bugs * Characters like & < > should always be converted to HTML entities on output, even if substitute_html_entities is False. +* html5lib doesn't support SoupStrainers, which is OK, but there + should be a warning about it. + Big features ------------ |