summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-01 11:55:49 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-01 11:55:49 -0500
commit234e8eec133adc886161dbfa7cccc56fe59ed127 (patch)
tree6808f6bb1ebc2e7a9c814e301c994249c203de20 /README.txt
parent82dabc7c76fb27898bfa864ecc8f8558949269c3 (diff)
Cleaned up the TODO.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index ac343e4..e7670af 100644
--- a/README.txt
+++ b/README.txt
@@ -141,6 +141,13 @@ You can write this:
(But the old code will still work.)
+Some of the generators used to yield None after they were done, and
+then stop. That was a bug. Now, the generators just stop.
+
+There are two new generators, .strings and .stripped_strings. .strings
+yields NavigableString objects, and .stripped_strings yields Python
+strings that have had whitespace stripped.
+
== tag.string is recursive ==
tag.string now operates recursively. If tag A contains a single tag B