diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-18 07:21:28 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-18 07:21:28 -0500 |
commit | 02f2da4a27b3bae40a414ce753cc9b4901796161 (patch) | |
tree | 66199ff2ff371f3968f45f1729469f78803d0d26 /CHANGELOG | |
parent | b3f9af67ac362860133c6041c557ad02b43d6764 (diff) |
Renamed findNext to find_next.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ Methods have been renamed to comply with PEP 8. The old names still work. Here are the renames: * findAll -> find_all + * findNext -> find_next + +== Generators are now properties == The generators have been given more sensible names, and turned into properties: |