diff options
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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. |