summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-01 11:21:08 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-01 11:21:08 -0500
commit342fbb95061e21cfda550f41b4faef7e3d569077 (patch)
tree2070c3d4e8e61baa890b7e81d0ab187d268c6646 /TODO
parent50f872c78f8b894996f81176d5e03f4a6bbe8efd (diff)
Committed minor changes made while writing docs.
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?