diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-24 10:48:16 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-24 10:48:16 -0500 |
commit | 295d8b7ea28ab96108aeab0a588393d1a0749188 (patch) | |
tree | c82d15fff1e48378360de03de70a9f16ecb59abd /NEWS.txt | |
parent | 2966334d384946c16a104b6c9964a1999b23b838 (diff) |
I keep typing assertEquals.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ = 4.0.0b8 (20110224) = * All tree builders now preserve namespace information in the - documents they parse. + documents they parse. If you use the html5lib parser or lxml's XML + parser, you can access the namespace URL for a tag as tag.namespace. However, there is no special support for namespace-oriented searching or tree manipulation. When you search the tree, you need |