summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-07 23:22:13 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-07 23:22:13 -0500
commit7cb84c432367c52702920d68ec6c9669e9b6c9db (patch)
tree917850eedaed45168d419cf95cfe83a140fd3a00 /TODO
parent62d5de7f5ac4211b688665dd5912d4c4fd82e95c (diff)
Newly created tags use the same empty-element rules as the builder used to originally create the soup.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 1920d01..2f03dd2 100644
--- a/TODO
+++ b/TODO
@@ -11,10 +11,6 @@ Big features
* Add namespace support.
-* soup.new_tag("<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.
-
Optimizations
-------------