summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-20 14:05:38 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-20 14:05:38 -0500
commit60cb51632dce022d1a4aff18500d286e58e0bd5c (patch)
tree38120742636e4867b6284093ca4c19510623cf9a /TODO.txt
parent8f6446b1e45ad69ecd255cac3d9b9939127c91c2 (diff)
It's now possible to copy a BeautifulSoup object created with the html.parser treebuilder.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index fc305fb..61f9aee 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,9 +1,6 @@
Bugs
----
-* You can't deepcopy a tree if it was created with the html.parser
- tree builder.
-
* html5lib doesn't support SoupStrainers, which is OK, but there
should be a warning about it.