This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients James.Bailey, eli.bendersky, scoder
Date 2014-03-15.09:47:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394876825.03.0.512586365841.issue20928@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-03-15 09:47:05scodersetrecipients: + scoder, eli.bendersky, James.Bailey
2014-03-15 09:47:05scodersetmessageid: <1394876825.03.0.512586365841.issue20928@psf.upfronthosting.co.za>
2014-03-15 09:47:04scoderlinkissue20928 messages
2014-03-15 09:47:04scodercreate