This commit is contained in:
committed by
Git OBS Bridge
parent
bef308a393
commit
932dcd7862
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user