[issue36673] Comment/PI parsing support for ElementTree

Stefan Behnel report at bugs.python.org
Sat Apr 20 03:35:26 EDT 2019


Stefan Behnel <stefan_ml at behnel.de> added the comment:

This is related to issue9521 but not a strict duplicate, because fixing that would require actually adding comments and PIs to the tree when they are not within the root element. When they are, it's in line with the current tree model and this change will do it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36673>
_______________________________________


More information about the Python-bugs-list mailing list