diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,11 @@ Methods have been renamed for comply with PEP 8. findAll is now find_all, and so on. Old names still work. + * findAll -> find_all + * childGenerator -> children + * recursiveChildGenerator -> recursive_children + + tag.string now operates recursively. If tag A contains a single tag B and nothing else, then A.string is the same as B.string. So: |