summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2012-08-16 10:26:57 -0400
committerLeonard Richardson <leonardr@segfault.org>2012-08-16 10:26:57 -0400
commitf125bdd8f8370223329d1736c1f21224622e0b50 (patch)
treefb76c396fea1b5a19495239fed51c941522f7b0a /NEWS.txt
parentdc93ed59b82a0be368796a16f8f57b0a62f9a944 (diff)
Use namespace prefixes for namespaced attribute names, instead of
the fully-qualified names given by the lxml parser. [bug=1037597]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 043d79e..9378f51 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,5 +1,8 @@
= 4.1.2 (Unreleased) =
+* Use namespace prefixes for namespaced attribute names, instead of
+ the fully-qualified names given by the lxml parser. [bug=1037597]
+
* When sniffing encodings, if the cchardet library is installed, use
it instead of chardet. It's much faster. [bug=1020748]