OBS User unknown
2009-07-21 10:34:26 +00:00
committed by Git OBS Bridge
parent bef308a393
commit 932dcd7862
6 changed files with 32 additions and 245 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Jul 20 14:04:56 CEST 2009 - toms@suse.de
- Updated to 2.2.2 (2009-06-21):
Features added
* New helper functions strip_attributes(), strip_elements(),
strip_tags() in lxml.etree to remove attributes/subtrees/tags
from a subtree.
Bugs fixed
* Namespace cleanup on subtree insertions could result in missing
namespace declarations (and potentially crashes) if the element
defining a namespace was deleted and the namespace was not used
by the top element of the inserted subtree but only in deeper
subtrees.
* Raising an exception from a parser target callback didn't always
terminate the parser.
* Only {true, false, 1, 0} are accepted as the lexical representation
for BoolElement ({True, False, T, F, t, f} not any more),
restoring lxml <= 2.0 behaviour.
-------------------------------------------------------------------
Wed Jun 03 10:47:00 CEST 2009 - toms@suse.de