Stefan Behnel added the comment:

Agreed that this should be done. The XInclude spec suggests that the processing 
is transitive. Also, lxml does it that way, in both the libxml2 based 
implementation and the ElementInclude compatibility module.

https://github.com/lxml/lxml/blob/master/src/lxml/ElementInclude.py

(note that this was adapted for lxml, so it's not a drop-in replacement for ET 
anymore)

Changing target version to Py3.5 as this is essentially a new (and somewhat 
backwards incompatible) feature.

----------
versions: +Python 3.5 -Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20928>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to