- 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.
This commit is contained in:
parent
dac5f4b3c1
commit
dff4b48141
3 changed files with 24 additions and 3 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
f18b17e4c83edcfc8a8649c498210e20 lxml-2.2.1.tar.gz
|
||||
2f2fcb6aae51b5b417a3c0a6b256ec56 lxml-2.2.2.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue