summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-10-11 14:21:45 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2012-10-11 14:21:45 -0400
commit110881bd0fa593f639aa66764b9f0fbf4f39cb72 (patch)
treedd58228bea646d3869d3633eecf3a8c6fc7e01e0 /NEWS.txt
parente70fd66040ef86193aa4e1b1d4d34a8e724ff666 (diff)
Fix a bug in the lxml treebuilder which crashed when a tag included
an attribute from the predefined xml: namespace. [bug=1065617]
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 dadba80..3e9d015 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -3,6 +3,9 @@
* Fix a bug in the html5lib treebuilder which sometimes created
disconnected trees. [bug=1039527]
+* Fix a bug in the lxml treebuilder which crashed when a tag included
+ an attribute from the predefined "xml:" namespace. [bug=1065617]
+
= 4.1.3 (20120820) =
* Skipped a test under Python 2.6 and Python 3.1 to avoid a spurious