diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-18 07:27:06 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-18 07:27:06 -0500 |
commit | a349aad11e381d6ded26524ee98c3f07ae713743 (patch) | |
tree | 56f83ed9ef90f4d42bfd516468129c9ef7036cee /CHANGELOG | |
parent | fde85e0601797f91443e651f03748c09d4162c22 (diff) | |
download | beautifulsoup4-a349aad11e381d6ded26524ee98c3f07ae713743.tar.gz |
Renamed findAllPrevious to find_all_previous.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ work. Here are the renames: * findAll -> find_all * findNext -> find_next + * findAllNext -> find_all_next + * findAllPrevious -> find_all_previous == Generators are now properties == |