diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-15 14:44:05 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-15 14:44:05 -0500 |
commit | ac197c5ad0ffe0795436cb54e0766640d12c6a31 (patch) | |
tree | 23938b1e3f83692d893bb966b5470e78f1f28dd3 /NEWS.txt | |
parent | a06152365c336f41bdb5fb9513b9316740c1564a (diff) |
The value of multi-valued attributes like class are always turned into a list, even if there's only one value.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ = 4.0.0b6 () = +* The value of multi-valued attributes like "class" are always turned + into a list, even if there's only one value. + * Passing text along with tag-specific arguments to a find* method: find("a", text="Click here") |