diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-01 11:55:49 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-01 11:55:49 -0500 |
commit | 234e8eec133adc886161dbfa7cccc56fe59ed127 (patch) | |
tree | 6808f6bb1ebc2e7a9c814e301c994249c203de20 /README.txt | |
parent | 82dabc7c76fb27898bfa864ecc8f8558949269c3 (diff) |
Cleaned up the TODO.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |