diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-03-06 19:41:48 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-03-06 19:41:48 -0500 |
commit | 85959841f88fb750b20bea48b4df904286e4fca6 (patch) | |
tree | e796cf9045d94be991f6611188c41607abf342a1 /TODO | |
parent | b01f9312a13198d249060dac34ab12629285cdb2 (diff) | |
parent | 32050a613a3eff5f53c6395ea365159226351946 (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-- | TODO | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -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. |