summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/TODO.txt b/TODO.txt
index e57d799..5ad7e93 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -2,11 +2,7 @@ Optimizations
-------------
The html5lib tree builder doesn't use the standard tree-building API,
-which worries me. (This may also be why the tree builder doesn't
-support SoupStrainers, but I think that has more to do with the fact
-that the html5lib tree builder is constantly rearranging the tree, and
-will crash if something it parsed earlier didn't actually make it into
-the tree.)
+which worries me.
markup_attr_map can be optimized since it's always a map now.