summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-03-06 19:41:48 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-03-06 19:41:48 -0500
commit85959841f88fb750b20bea48b4df904286e4fca6 (patch)
treee796cf9045d94be991f6611188c41607abf342a1 /TODO
parentb01f9312a13198d249060dac34ab12629285cdb2 (diff)
parent32050a613a3eff5f53c6395ea365159226351946 (diff)
A big patch from Aaron that brings in features from 3.0.8 and makes the code more PEP-8 compliant.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 4 insertions, 7 deletions
diff --git a/TODO b/TODO
index 2606566..060dc13 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,7 @@
-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
+if len(tag) > 3 and tag.endswith('Tag'): -> endswith('_tag')
+markup_attr_map can be optimized since it's always a map now.
+Can we get rid of isList?
+Split self.assertRaises(ValueError, tree.index, 1) into a separate test
Bare ampersands should be converted to HTML entities upon output.