diff options
author | Leonard Richardson <leonardr@segfault.org> | 2012-11-03 13:05:49 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2012-11-03 13:05:49 -0400 |
commit | 385d9e17437a89fa87826bf0f812151fa5f68d30 (patch) | |
tree | d75a9633ce3b9d24a14d059a9f170aafbab46c43 /NEWS.txt | |
parent | a9ac57cdea80bc41cdf4f7e094737a024adc20a3 (diff) | |
parent | 110881bd0fa593f639aa66764b9f0fbf4f39cb72 (diff) |
Merged in changes made elsewhere.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |