summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-02-28 12:47:07 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-02-28 12:47:07 -0500
commitb01f9312a13198d249060dac34ab12629285cdb2 (patch)
treecde0d2f819a9a9ce491730af90dc5be3f99b0889 /TODO
parentbf7cde37825af8c30a023ec894ba90d5bb0452a3 (diff)
parent447a2243c9997082704b33cc69f2fe1024034f68 (diff)
Miscellaneous cleanup.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index a6f444f..2606566 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,11 @@
+3.0.8 optimized findAll('tag-name') and findAll(True), bypassing the
+soupstrainer process.
+
+define a setter for Tag.string which replaces the tag's contents with
+a string.
+
+Tag.text: concatenate all strings and return them
+
Bare ampersands should be converted to HTML entities upon output.
Add namespace support.