diff options
author | Leonard Richardson <leonardr@segfault.org> | 2012-05-24 08:28:14 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2012-05-24 08:28:14 -0400 |
commit | 34c036cde4ed75e000be2d29f542a3f9ec215dfa (patch) | |
tree | f7da41504e50da02587ac4acd0d8a93ae2f50f70 /NEWS.txt | |
parent | c84e08aa77764578ca1be2a322a4a7bed12d6851 (diff) |
Fixed a bug with the lxml treebuilder that prevented the user from adding attributes to a tag that didn't originally have any. [bug=1002378] Thanks to Oliver Beattie for the patch.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,7 @@ = 4.1.0 (unreleased) = * Added experimental support for fixing Windows-1252 characters - embedded in UTF-8 documents. + embedded in UTF-8 documents. (UnicodeDammit.detwingle()) * Fixed the handling of " with the built-in parser. [bug=993871] @@ -9,6 +9,10 @@ markup declarations are now treated as preformatted strings, the way CData blocks are. [bug=1001025] +* Fixed a bug with the lxml treebuilder that prevented the user from + adding attributes to a tag that didn't originally have + any. [bug=1002378] Thanks to Oliver Beattie for the patch. + = 4.0.5 (20120427) = * Added a new method, wrap(), which wraps an element in a tag. |