summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-06 17:29:59 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-06 17:29:59 -0500
commit69f3a88987e6775aa2223138c488f2757b988532 (patch)
tree156f13d52f510196c76dc14b88dbf0074428347b /TODO
parentedb1dd5e7f87d65e60d7ce39b7a7f86f84c0a64a (diff)
Monkeypatch Python 3.2 versions prior to 3.2.3 to solve some major HTMLParser bugs.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3d78457..e0e4927 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,14 @@
+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
----