[issue20928] xml.etree.ElementInclude does not include nested xincludes

Caelyn McAulay report at bugs.python.org
Wed Apr 16 22:14:01 CEST 2014


Caelyn McAulay added the comment:

xml.etree.ElementInclude.include now checks the inserted subtree to see if contains any Xincludes itself. And adds them.

Also added a unit test to check for the new functionality (which will fail without the change to ElementInclude.py).

----------
keywords: +patch
nosy: +math_foo
Added file: http://bugs.python.org/file34927/issue20928.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20928>
_______________________________________


More information about the Python-bugs-list mailing list