diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-18 07:39:41 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-18 07:39:41 -0500 |
commit | ca1558a5477b27815a20ac248b3ac8a10084c5ab (patch) | |
tree | 93c98debbd1439b4121dbfdbbde94ad914820ac2 /CHANGELOG | |
parent | fcee9c4992e44f926d472e818efe77021b903f8f (diff) |
Did a bunch more renames--they're listed in the CHANGELOG.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -6,9 +6,16 @@ Methods have been renamed to comply with PEP 8. The old names still work. Here are the renames: * findAll -> find_all - * findNext -> find_next * findAllNext -> find_all_next * findAllPrevious -> find_all_previous + * findNext -> find_next + * findNextSibling -> find_next_sibling + * findNextSiblings -> find_next_siblings + * findParent -> find_parent + * findParents -> find_parents + * findPrevious -> find_previous + * findPreviousSibling -> find_previous_sibling + * findPreviousSiblings -> find_previous_siblings == Generators are now properties == |