diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-15 14:07:04 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-15 14:07:04 -0500 |
commit | be0c08585f54ec709740ff4352006bf3e605b8f2 (patch) | |
tree | 342c8a482bef4490a8f0fbb528611888bcf76721 /NEWS.txt | |
parent | 0f6d3cfbef6fc0b90f0e9fbe58408e00c2383070 (diff) |
Better defined behavior when the user wants to search for a combination of text and tag-specific arguments. [bug=695312]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ = 4.0.0b6 () = +* Passing text along with tag-specific arguments to a find* method: + + find("a", text="Click here") + + will find tags that contain the given text as their + .string. Previously, the tag-specific arguments were ignored and + only strings were searched. + * Fixed a bug that caused the html5lib tree builder to build a partially disconnected tree. Generally cleaned up the html5lib tree builder. |