summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-02-18 07:06:43 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-02-18 07:06:43 -0500
commit0267ea2c652e3953b0c3fb372603466e506e7f20 (patch)
treec50738baadc13e3ee8cb3efa1f6a9e0f6b72431e /CHANGELOG
parente18400989c9182c749404b1723e9d0c7d045e259 (diff)
Renamed recursiveChildGenerator to recursive_children.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 50502cf..4ca67ec 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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: