summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2012-11-03 13:05:49 -0400
committerLeonard Richardson <leonardr@segfault.org>2012-11-03 13:05:49 -0400
commit385d9e17437a89fa87826bf0f812151fa5f68d30 (patch)
treed75a9633ce3b9d24a14d059a9f170aafbab46c43 /NEWS.txt
parenta9ac57cdea80bc41cdf4f7e094737a024adc20a3 (diff)
parent110881bd0fa593f639aa66764b9f0fbf4f39cb72 (diff)
Merged in changes made elsewhere.
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