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 effbot, eli.bendersky, mark, nikratio, scoder
Date 2019-04-27.07:25:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556349953.05.0.206398190077.issue9521@roundup.psfhosted.org>
In-reply-to
Content
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().
History
Date User Action Args
2019-04-27 07:25:53scodersetrecipients: + scoder, effbot, mark, eli.bendersky, nikratio
2019-04-27 07:25:53scodersetmessageid: <1556349953.05.0.206398190077.issue9521@roundup.psfhosted.org>
2019-04-27 07:25:53scoderlinkissue9521 messages
2019-04-27 07:25:52scodercreate