diff options
author | Leonard Richardson <leonardr@segfault.org> | 2017-05-06 14:32:49 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2017-05-06 14:32:49 -0400 |
commit | 13ec3c3f3010820be225094cc06862cc4b3b2944 (patch) | |
tree | 7dfd405d9fe4c415f95bab42daf098d0bdb91da7 /NEWS.txt | |
parent | c556b8a6b42843fac40c55459aa5c494e2798349 (diff) |
Added the method, which acts like for
getting the value of an attribute, but which joins attribute
multi-values into a single string value. [bug=1678589]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ -= 4.5.4 (Unreleased) = += 4.6.0 (Unreleased) = + +* Added the `Tag.stringattr` method, which acts like `Tag.get` for + getting the value of an attribute, but which joins attribute + multi-values into a single string value. [bug=1678589] * It's now possible to use a tag's namespace prefix when searching, e.g. soup.find('namespace:tag') [bug=1655332] |