forked from pool/python-lxml
Accepting request 175226 from home:dirkmueller:branches:devel:languages:python
- update to 3.2.1: * The methods ``apply_templates()`` and ``process_children()`` of XSLT extension elements have gained two new boolean options ``elements_only`` and ``remove_blank_text`` that discard either all strings or whitespace-only strings from the result list. * When moving Elements to another tree, the namespace cleanup mechanism no longer drops namespace prefixes from attributes for which it finds a default namespace declaration, to prevent them from appearing as unnamespaced attributes after serialisation. * Returning non-type objects from a custom class lookup method could lead to a crash. * Instantiating and using subtypes of Comments and ProcessingInstructions crashed. OBS-URL: https://build.opensuse.org/request/show/175226 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=56
This commit is contained in:
committed by
Git OBS Bridge
parent
fc01f77977
commit
e91417699a
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 08:34:19 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 3.2.1:
|
||||
* The methods ``apply_templates()`` and ``process_children()`` of XSLT
|
||||
extension elements have gained two new boolean options ``elements_only``
|
||||
and ``remove_blank_text`` that discard either all strings or whitespace-only
|
||||
strings from the result list.
|
||||
* When moving Elements to another tree, the namespace cleanup mechanism
|
||||
no longer drops namespace prefixes from attributes for which it finds
|
||||
a default namespace declaration, to prevent them from appearing as
|
||||
unnamespaced attributes after serialisation.
|
||||
* Returning non-type objects from a custom class lookup method could lead
|
||||
to a crash.
|
||||
* Instantiating and using subtypes of Comments and ProcessingInstructions
|
||||
crashed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 12:25:39 UTC 2013 - dmueller@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user