diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-18 07:04:22 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-18 07:04:22 -0500 |
commit | e18400989c9182c749404b1723e9d0c7d045e259 (patch) | |
tree | 25a4cfdc96caea6f5dd6b9c881fdf56b3dcc6df1 /CHANGELOG | |
parent | 6afc417a0cfad3aaa17ecec071f945255e0bfb35 (diff) |
Renamed findAll to find_all.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ = 4.0 = +Methods have been renamed for comply with PEP 8. findAll is now +find_all, and so on. Old names still work. + 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: |