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

2014-06-25 Thread Blake Hartstein
Blake Hartstein added the comment: That would make sense. Please see if the updated patch file works. -- Added file: http://bugs.python.org/file35783/issue20928_fixed2.patch ___ Python tracker <http://bugs.python.org/issue20

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

2014-06-22 Thread Blake Hartstein
Blake Hartstein added the comment: This patch incorporates nested includes and a testcase that shows how it handles infinite include by throwing an exception. -- nosy: +urule99 Added file: http://bugs.python.org/file35728/issue20928_fixed.patch