diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-01 11:21:08 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-01 11:21:08 -0500 |
commit | 342fbb95061e21cfda550f41b4faef7e3d569077 (patch) | |
tree | 2070c3d4e8e61baa890b7e81d0ab187d268c6646 /TODO | |
parent | 50f872c78f8b894996f81176d5e03f4a6bbe8efd (diff) |
Committed minor changes made while writing docs.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +soup.new_tar("<br>") should create an empty-element tag if the soup +was created with an HTML-aware builder, but not otherwise. This +requires keeping around information about the builder. + +Is whitespace being processed correctly? + 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? |