summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 060dc13..b40fb18 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,9 @@
+soup.new_tar("<br>") should create an empty-element tag if the soup
+was created with an HTML-aware builder, but not otherwise. This
+requires keeping around information about the builder.
+
+Is whitespace being processed correctly?
+
if len(tag) > 3 and tag.endswith('Tag'): -> endswith('_tag')
markup_attr_map can be optimized since it's always a map now.
Can we get rid of isList?