Stefan Behnel <stefan...@behnel.de> added the comment:

Comment/PI parsing in general is implemented in issue 36673. Note that there is 
currently no way to represent comments and PIs in the tree when they appear 
outside of the root element, which I think is what this ticket is about. After 
issue 36673 is resolved, however, they can at least be picked up from the 
parser target or from iterparse() and XMLPullParser().

----------
versions: +Python 3.8 -Python 3.5

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

Reply via email to