summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-07 18:01:06 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-07 18:01:06 -0500
commitb32c88cc0362030f2801690aca695cf5d3d57f55 (patch)
tree178e61a52eb0c2c295dc78a6a0bf6ca681a38eff /TODO
parentf23376fdeee206cbf24d4b3aff43a307fb3786a6 (diff)
Added and tested insert_before and insert_after.
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 0 insertions, 14 deletions
diff --git a/TODO b/TODO
index e0e4927..1920d01 100644
--- a/TODO
+++ b/TODO
@@ -1,22 +1,8 @@
-Tag.insert_before() and Tag.insert_after()
-
-Also, I think you can avoid the variable altogether by having repr
-return the version without substituting the html entities. This seems
-fine because a truly canonical representation of the object itself
-would not be all that useful compared to the unicode
-representation. Of course, this breaks anything
-
----------------------
-
-
Bugs
----
* I think whitespace may not be processed correctly.
-* Characters like & < > should always be converted to HTML entities on
- output, even if substitute_html_entities is False.
-
* html5lib doesn't support SoupStrainers, which is OK, but there
should be a warning about it.