summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-03-14 12:12:46 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2012-03-14 12:12:46 -0400
commit2e732db1c3505f11eede4e3d97a0ffd0903c3756 (patch)
treee2640b3d6576e3efa30d7ef3065e21bac0c0c0e6 /TODO.txt
parent9bb17e58bdb617caf157a362ad6919ae6bf6e50b (diff)
downloadbeautifulsoup4-2e732db1c3505f11eede4e3d97a0ffd0903c3756.tar.gz
Final doc pass.
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.