summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-01 14:28:47 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-01 14:28:47 -0500
commit3a5c0800bcffbcefc61ee17d9ba2d93b4c51f141 (patch)
treee46e0e474b65358434fb67a9c0255b384cf0f772 /TODO
parent234e8eec133adc886161dbfa7cccc56fe59ed127 (diff)
LXML's HTML parser is pretty permissive.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 19dbd30..3d78457 100644
--- a/TODO
+++ b/TODO
@@ -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
------------