Message 209036 - Python tracker

Message209036

Author nikratio
Recipients docs@python, eli.bendersky, eric.araujo, ezio.melotti, georg.brandl, nikratio, scoder
Date 2014-01-24.04:53:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390539216.23.0.0362813865609.issue20375@psf.upfronthosting.co.za>
In-reply-to
Content
(This issue was branched of from #9521).

When parsing XML, etree currently skips over all processing instructions and comments. However, both can be represented in the tree and are also written out when generating XML.

The attached patch documents this (IMO surprising) behavior.
History
Date User Action Args
2014-01-24 04:53:36nikratiosetrecipients: + nikratio, georg.brandl, scoder, ezio.melotti, eric.araujo, eli.bendersky, docs@python
2014-01-24 04:53:36nikratiosetmessageid: <1390539216.23.0.0362813865609.issue20375@psf.upfronthosting.co.za>
2014-01-24 04:53:36nikratiolinkissue20375 messages
2014-01-24 04:53:35nikratiocreate